Package tigase.pubsub

Class ListCache<K,​V>

  • All Implemented Interfaces:
    java.util.Map<K,​V>

    public class ListCache<K,​V>
    extends tigase.util.cache.SimpleCache<K,​V>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Field Summary

      • Fields inherited from class tigase.util.cache.SimpleCache

        cache_off
    • Constructor Summary

      Constructors 
      Constructor Description
      ListCache​(int maxSize, long time)  
    • Method Summary

      • Methods inherited from class tigase.util.cache.SimpleCache

        clear, containsKey, containsValue, dataMap, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, removeOld, size, values
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Map

        compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
    • Constructor Detail

      • ListCache

        public ListCache​(int maxSize,
                         long time)