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>
-
Nested Class Summary
-
Field Summary
Fields inherited from class tigase.util.cache.SimpleCache
cache_off -
Constructor Summary
Constructors -
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, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ListCache
public ListCache(int maxSize, long time)
-