Package org.jxmpp.util.cache
Fast and efficient Cache implementations.
-
Interface Summary Interface Description Cache<K,V> -
Class Summary Class Description ExpirationCache<K,V> LruCache<K,V> A specialized Map that is size-limited (using an LRU algorithm).