Uses of Interface
org.jxmpp.util.cache.Cache
-
Packages that use Cache Package Description org.jxmpp.util.cache Fast and efficient Cache implementations. -
-
Uses of Cache in org.jxmpp.util.cache
Classes in org.jxmpp.util.cache that implement Cache Modifier and Type Class Description class
ExpirationCache<K,V>
class
LruCache<K,V>
A specialized Map that is size-limited (using an LRU algorithm).
-