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

DeleteCacheRequest

data class DeleteCacheRequest

Request object containing input parameters for the CacheStorageDomain.deleteCache command.

Constructors

<init>

Request object containing input parameters for the CacheStorageDomain.deleteCache command.

DeleteCacheRequest(cacheId: CacheId)

Properties

cacheId

Id of cache for deletion.

val cacheId: CacheId