pl.wendigo.chrome.api.cachestorage / Cache

Cache

data class Cache (source)

Cache identifier.

Link
CacheStorage#Cache type documentation.

Constructors

<init>

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

Cache identifier.

Properties

cacheId

val cacheId: CacheId

An opaque unique id of the cache.

cacheName

val cacheName: String

The name of the cache.

securityOrigin

val securityOrigin: String

Security origin of the cache.