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