Class NoneCacheMap<K,​V>

  • Type Parameters:
    K - key
    V - value
    All Implemented Interfaces:
    Map<K,​V>, Cache<K,​V>

    public class NoneCacheMap<K,​V>
    extends AbstractCacheMap<K,​V>
    Author:
    Nikita Koksharov
    • Constructor Detail

      • NoneCacheMap

        public NoneCacheMap​(long timeToLiveInMillis,
                            long maxIdleInMillis)