# Structs
Cache is a cache identifier.
CachedResponse represents a cached response
https://chromedevtools.github.io/devtools-protocol/tot/CacheStorage/#type-CachedResponse
*/.
DataEntry is a data entry.
DeleteCacheParams represents CacheStorage.deleteCache parameters.
DeleteCacheResult represents the result of calls to CacheStorage.deleteCache.
DeleteEntryParams represents CacheStorage.deleteEntry parameters.
DeleteEntryResult represents the result of calls to CacheStorage.deleteEntry.
Header is a single header value
https://chromedevtools.github.io/devtools-protocol/tot/CacheStorage/#type-Header
*/.
RequestCachedResponseParams represents CacheStorage.requestCachedResponse parameters.
RequestCachedResponseResult represents the result of calls to CacheStorage.requestCachedResponse.
RequestCacheNamesParams represents CacheStorage.requestCacheNames parameters.
RequestCacheNamesResult represents the result of calls to CacheStorage.requestCacheNames.
RequestEntriesParams represents CacheStorage.requestEntries parameters.
RequestEntriesResult represents the result of calls to CacheStorage.requestEntries.
# Type aliases
CacheID is the unique identifier of the Cache object.