Uses of Class
com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache.Entry

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.HashIterator.entry
           
protected  AbstractConcurrentReadCache.Entry AbstractConcurrentReadCache.HashIterator.lastReturned
           
protected  AbstractConcurrentReadCache.Entry AbstractConcurrentReadCache.Entry.next
           
protected  AbstractConcurrentReadCache.Entry[] AbstractConcurrentReadCache.HashIterator.tab
           
protected  AbstractConcurrentReadCache.Entry[] AbstractConcurrentReadCache.table
          The hash table data.
 

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
 

Constructors in com.opensymphony.oscache.base.algorithm with parameters of type AbstractConcurrentReadCache.Entry
AbstractConcurrentReadCache.Entry(int hash, Object key, Object value, AbstractConcurrentReadCache.Entry next)
           
 



Copyright © 2011 OpenSymphony. All Rights Reserved.