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