pl.wendigo.chrome.domain.cachestorage / DeleteCacheRequest

DeleteCacheRequest

data class DeleteCacheRequest (source)

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

Deletes a cache.

Constructors

<init>

DeleteCacheRequest(cacheId: CacheId)

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

Properties

cacheId

val cacheId: CacheId

Id of cache for deletion.