Uses of Interface
org.jxmpp.util.cache.Cache
-
Uses of Cache in org.jxmpp.util.cache
Modifier and TypeClassDescriptionclass
ExpirationCache<K,
V> A cache which expires its values.class
LruCache<K,
V> A specialized Map that is size-limited (using an LRU algorithm).