Uses of Package
com.opensymphony.oscache.base.algorithm

Packages that use com.opensymphony.oscache.base.algorithm
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.  
 

Classes in com.opensymphony.oscache.base.algorithm used by com.opensymphony.oscache.base.algorithm
AbstractConcurrentReadCache
          A version of Hashtable that supports mostly-concurrent reading, but exclusive writing.
AbstractConcurrentReadCache.Entry
          AbstractConcurrentReadCache collision list entry.
AbstractConcurrentReadCache.HashIterator
           
 


OSCache Project Page