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