Package tigase.pubsub

Class ListCache<K,​V>

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

    public class ListCache<K,​V>
    extends tigase.util.cache.SimpleCache<K,​V>
    • Constructor Detail

      • ListCache

        public ListCache​(int maxSize,
                         long time)