|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractConcurrentReadCache | |
com.opensymphony.oscache.base.algorithm | Provides the classes that implement the caching algorithms used by OSCache, all of
which are based on a derivative of Doug Lea's ConcurrentReaderHashMap . |
Uses of AbstractConcurrentReadCache in com.opensymphony.oscache.base.algorithm |
Subclasses of AbstractConcurrentReadCache in com.opensymphony.oscache.base.algorithm | |
class |
FIFOCache
FIFO (First In First Out) based queue algorithm for the cache. |
class |
LRUCache
LRU (Least Recently Used) algorithm for the cache. |
class |
UnlimitedCache
A simple unlimited cache that has no upper bound to the number of cache entries it can contain. |
|
See www.opensymphony.com for more information. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |