Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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.
 

Methods in com.opensymphony.oscache.base.algorithm that return AbstractConcurrentReadCache
protected abstract  AbstractConcurrentReadCache TestAbstractCache.getCache()
           
 AbstractConcurrentReadCache TestFIFOCache.getCache()
          Abstract method used by the TestAbstractCache class
 AbstractConcurrentReadCache TestLRUCache.getCache()
          Abstract method used by the TestAbstractCache class
 AbstractConcurrentReadCache TestUnlimitedCache.getCache()
          Abstract method used by the TestAbstractCache class