data class Cache
Cache identifier.
<init> |
Cache identifier. Cache(cacheId: CacheId, securityOrigin: String, cacheName: String) |
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 |