Package jodd.cache

Some useful caches: LRU, LFU, FIFO.

See:
          Description

Interface Summary
Cache<K,V> Cache interface.
 

Class Summary
AbstractCacheMap<K,V> Default implementation of timed and size cache map.
CacheValuesIterator<V> Values iterator for AbstractCacheMap.
FIFOCache<K,V> FIFO (first in first out) cache.
FileLFUCache Files LFU cache stores files content in memory to dramatically speed up performances for frequently read files.
LFUCache<K,V> LFU (least frequently used) cache.
LRUCache<K,V> LRU (least recently used) cache.
NoCache<K,V> Simple no-cache implementations of Cache for situation when cache needs to be quickly turned-off.
TimedCache<K,V> Timed cache.
 

Package jodd.cache Description

Some useful caches: LRU, LFU, FIFO.



Copyright © 2003-2012 Jodd Team