-
public final class CacheCache identifier.
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final Cachecopy(String cacheId, String securityOrigin, String cacheName)final StringgetCacheId()An opaque unique id of the cache. final StringgetSecurityOrigin()Security origin of the cache. final StringgetCacheName()The name of the cache. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
getCacheId
final String getCacheId()
An opaque unique id of the cache.
-
getSecurityOrigin
final String getSecurityOrigin()
Security origin of the cache.
-
getCacheName
final String getCacheName()
The name of the cache.
-
-
-
-