Uses of Interface
org.jxmpp.util.cache.Cache
Packages that use Cache
-
Uses of Cache in org.jxmpp.util.cache
Classes in org.jxmpp.util.cache that implement CacheModifier 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).