Package tigase.pubsub

Class ListCache<K,V>

java.lang.Object
tigase.util.cache.SimpleCache<K,V>
tigase.pubsub.ListCache<K,V>
All Implemented Interfaces:
Map<K,V>

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

    • ListCache

      public ListCache(int maxSize, long time)