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

Packages that use AbstractConcurrentReadCache
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
 

Uses of AbstractConcurrentReadCache in com.opensymphony.oscache.base
 

Fields in com.opensymphony.oscache.base declared as AbstractConcurrentReadCache
private  AbstractConcurrentReadCache Cache.cacheMap
          The actual cache map.
 

Uses of AbstractConcurrentReadCache in com.opensymphony.oscache.base.algorithm
 

Subclasses of AbstractConcurrentReadCache in com.opensymphony.oscache.base.algorithm
 class FIFOCache
          FIFO (First In First Out) based queue algorithm for the cache.
 class LRUCache
          LRU (Least Recently Used) algorithm for the cache.
 class UnlimitedCache
          A simple unlimited cache that has no upper bound to the number of cache entries it can contain.
 



Copyright © 2011 OpenSymphony. All Rights Reserved.