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

Packages that use com.opensymphony.oscache.base.algorithm
com.opensymphony.oscache.base Provides the base classes and interfaces that make up the core of OSCache. 
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
AbstractConcurrentReadCache
          A version of Hashtable that supports mostly-concurrent reading, but exclusive writing.
 

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
           
 



Copyright © 2011 OpenSymphony. All Rights Reserved.