Class CacheEntry<V>


  • public class CacheEntry<V>
    extends Object
    • Constructor Detail

      • CacheEntry

        public CacheEntry()
      • CacheEntry

        public CacheEntry​(V value,
                          int timeToLiveMillis)
    • Method Detail

      • isExpired

        public boolean isExpired()
      • getValue

        public V getValue()
      • update

        public void update​(V value,
                           int timeToLiveMillis)