Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.cachestorage
/
Cache
Cache
data class
Cache
(cacheId:
CacheId
, securityOrigin:
String
, cacheName:
String
)
Content copied to clipboard
Cache identifier.
Constructors
Properties
Sources
Constructors
Cache
Link copied to clipboard
fun
Cache
(cacheId:
CacheId
, securityOrigin:
String
, cacheName:
String
)
Content copied to clipboard
Properties
cacheId
Link copied to clipboard
val
cacheId
:
CacheId
Content copied to clipboard
An opaque unique id of the cache.
cacheName
Link copied to clipboard
val
cacheName
:
String
Content copied to clipboard
The name of the cache.
securityOrigin
Link copied to clipboard
val
securityOrigin
:
String
Content copied to clipboard
Security origin of the cache.
Sources
jvm source
Link copied to clipboard