Class AbstractCache

    • Field Detail

      • name

        protected final String name
      • ttl

        public final long ttl
    • Constructor Detail

    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Cache
        Get cache name as specified in the descriptor
        Specified by:
        getName in interface Cache
        Returns:
        the cache name
      • stop

        public void stop()
        Description copied from interface: CacheManagement
        Stops this cache and releases related resources.
        Specified by:
        stop in interface CacheManagement