Cache

@Serializable
data class Cache(val cacheId: String, val securityOrigin: String, val storageKey: String, val storageBucket: Storage.StorageBucket? = null, val cacheName: String)

Cache identifier.

Constructors

Link copied to clipboard
constructor(cacheId: String, securityOrigin: String, storageKey: String, storageBucket: Storage.StorageBucket? = null, cacheName: String)

Properties

Link copied to clipboard

An opaque unique id of the cache.

Link copied to clipboard

The name of the cache.

Link copied to clipboard

Security origin of the cache.

Link copied to clipboard

Storage bucket of the cache.

Link copied to clipboard

Storage key of the cache.