|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
ConcurrentReaderHashMap
.
See:
Description
Class Summary | |
AbstractConcurrentReadCache | A version of Hashtable that supports mostly-concurrent reading, but exclusive writing. |
AbstractConcurrentReadCache.Entry | AbstractConcurrentReadCache collision list entry. |
FIFOCache | FIFO (First In First Out) based queue algorithm for the cache. |
LRUCache | LRU (Least Recently Used) algorithm for the cache. |
UnlimitedCache | A simple unlimited cache that has no upper bound to the number of cache entries it can contain. |
Provides the classes that implement the caching algorithms used by OSCache, all of
which are based on a derivative of Doug Lea's ConcurrentReaderHashMap
.
|
OSCache Project Page | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |