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

Cache

data class Cache

Cache identifier.

Official doc

Constructors

<init>

Cache identifier.

Cache(cacheId: CacheId, securityOrigin: String, cacheName: String)

Properties

cacheId

An opaque unique id of the cache.

val cacheId: CacheId

cacheName

The name of the cache.

val cacheName: String

securityOrigin

Security origin of the cache.

val securityOrigin: String