Class Cache
java.lang.Object
io.webfolder.cdp.type.cachestorage.Cache
Cache identifier.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn opaque unique id of the cache.The name of the cache.Security origin of the cache.void
setCacheId
(String cacheId) An opaque unique id of the cache.void
setCacheName
(String cacheName) The name of the cache.void
setSecurityOrigin
(String securityOrigin) Security origin of the cache.toString()
-
Constructor Details
-
Cache
public Cache()
-
-
Method Details
-
getCacheId
An opaque unique id of the cache. -
setCacheId
An opaque unique id of the cache. -
getSecurityOrigin
Security origin of the cache. -
setSecurityOrigin
Security origin of the cache. -
getCacheName
The name of the cache. -
setCacheName
The name of the cache. -
toString
-