Class StdCachedValue<K,​V>

    • Field Detail

      • key

        protected final K key
      • value

        protected final V value
    • Constructor Detail

      • StdCachedValue

        public StdCachedValue​(K key,
                              V value,
                              long ttl,
                              long maxIdleTime)