Class GCacheEntry

  • All Implemented Interfaces:
    Map.Entry, javax.cache.CacheEntry

    public class GCacheEntry
    extends Object
    implements javax.cache.CacheEntry
    JCache CacheEntry implementation using Memcache.
    • Method Detail

      • getCost

        public long getCost()
        Not supported.
        Specified by:
        getCost in interface javax.cache.CacheEntry
      • getCreationTime

        public long getCreationTime()
        Not supported.
        Specified by:
        getCreationTime in interface javax.cache.CacheEntry
      • getExpirationTime

        public long getExpirationTime()
        Not supported.
        Specified by:
        getExpirationTime in interface javax.cache.CacheEntry
      • getHits

        public long getHits()
        Not supported.
        Specified by:
        getHits in interface javax.cache.CacheEntry
      • getLastAccessTime

        public long getLastAccessTime()
        Not supported.
        Specified by:
        getLastAccessTime in interface javax.cache.CacheEntry
      • getLastUpdateTime

        public long getLastUpdateTime()
        Not supported.
        Specified by:
        getLastUpdateTime in interface javax.cache.CacheEntry
      • getVersion

        public long getVersion()
        Not supported.
        Specified by:
        getVersion in interface javax.cache.CacheEntry
      • isValid

        public boolean isValid()
        Specified by:
        isValid in interface javax.cache.CacheEntry