pl.wendigo.chrome.api.cachestorage / DeleteCacheRequest

DeleteCacheRequest

data class DeleteCacheRequest (source)

Represents request frame that can be used with CacheStorage#deleteCache operation call.

Deletes a cache.

Link
CacheStorage#deleteCache method documentation.

See Also

CacheStorageOperations.deleteCache

Constructors

<init>

DeleteCacheRequest(cacheId: CacheId)

Represents request frame that can be used with CacheStorage#deleteCache operation call.

Properties

cacheId

val cacheId: CacheId

Id of cache for deletion.