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 TypeClassDescriptionclassExpirationCache<K,V> A cache which expires its values.classLruCache<K,V> A specialized Map that is size-limited (using an LRU algorithm).