pl.wendigo.chrome.domain.cachestorage / CacheStorageDomain

CacheStorageDomain

class CacheStorageDomain (source)

CacheStorageDomain represents remote debugger protocol domain.

Functions

deleteCache

fun deleteCache(input: DeleteCacheRequest): Single<ResponseFrame>

Deletes a cache.

deleteEntry

fun deleteEntry(input: DeleteEntryRequest): Single<ResponseFrame>

Deletes a cache entry.

events

fun events(): Flowable<ProtocolEvent>

Returns flowable capturing all CacheStorage domains events.

requestCachedResponse

fun requestCachedResponse(input: RequestCachedResponseRequest): Single<RequestCachedResponseResponse>

Fetches cache entry.

requestCacheNames

fun requestCacheNames(input: RequestCacheNamesRequest): Single<RequestCacheNamesResponse>

Requests cache names.

requestEntries

fun requestEntries(input: RequestEntriesRequest): Single<RequestEntriesResponse>

Requests data from cache.