Class Cache


  • public class Cache
    extends java.lang.Object
    Cache identifier.
    • Constructor Summary

      Constructors 
      Constructor Description
      Cache​(CacheId cacheId, java.lang.String securityOrigin, java.lang.String cacheName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CacheId getCacheId()
      An opaque unique id of the cache.
      java.lang.String getCacheName()
      The name of the cache.
      java.lang.String getSecurityOrigin()
      Security origin of the cache.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Cache

        public Cache​(CacheId cacheId,
                     java.lang.String securityOrigin,
                     java.lang.String cacheName)
    • Method Detail

      • getCacheId

        public CacheId getCacheId()
        An opaque unique id of the cache.
      • getSecurityOrigin

        public java.lang.String getSecurityOrigin()
        Security origin of the cache.
      • getCacheName

        public java.lang.String getCacheName()
        The name of the cache.