|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractConcurrentReadCache.Entry | |
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.Entry in com.opensymphony.oscache.base.algorithm |
Fields in com.opensymphony.oscache.base.algorithm declared as AbstractConcurrentReadCache.Entry | |
protected AbstractConcurrentReadCache.Entry[] |
AbstractConcurrentReadCache.table
The hash table data. |
protected AbstractConcurrentReadCache.Entry |
AbstractConcurrentReadCache.Entry.next
|
protected AbstractConcurrentReadCache.Entry[] |
AbstractConcurrentReadCache.HashIterator.tab
|
protected AbstractConcurrentReadCache.Entry |
AbstractConcurrentReadCache.HashIterator.entry
|
protected AbstractConcurrentReadCache.Entry |
AbstractConcurrentReadCache.HashIterator.lastReturned
|
Methods in com.opensymphony.oscache.base.algorithm that return AbstractConcurrentReadCache.Entry | |
protected AbstractConcurrentReadCache.Entry[] |
AbstractConcurrentReadCache.getTableForReading()
Get ref to table; the reference and the cells it accesses will be at least as fresh as from last use of barrierLock |
|
OSCache Project Page | ||||||||||
PREV NEXT | FRAMES NO FRAMES |