chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.cachestorage / CacheStorageDomain

CacheStorageDomain

class CacheStorageDomain

Official doc

Functions

deleteCache

Deletes a cache.

suspend fun deleteCache(input: DeleteCacheRequest): Unit

deleteEntry

Deletes a cache entry.

suspend fun deleteEntry(input: DeleteEntryRequest): Unit

requestCachedResponse

Fetches cache entry.

suspend fun requestCachedResponse(input: RequestCachedResponseRequest): RequestCachedResponseResponse

requestCacheNames

Requests cache names.

suspend fun requestCacheNames(input: RequestCacheNamesRequest): RequestCacheNamesResponse

requestEntries

Requests data from cache.

suspend fun requestEntries(input: RequestEntriesRequest): RequestEntriesResponse