Package 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.

See:
          Description

Class Summary
AbstractConcurrentReadCache A version of Hashtable that supports mostly-concurrent reading, but exclusive writing.
AbstractConcurrentReadCache.Entry AbstractConcurrentReadCache collision list entry.
FIFOCache FIFO (First In First Out) based queue algorithm for the cache.
LRUCache LRU (Least Recently Used) algorithm for the cache.
UnlimitedCache A simple unlimited cache that has no upper bound to the number of cache entries it can contain.
 

Package com.opensymphony.oscache.base.algorithm Description

Provides the classes that implement the caching algorithms used by OSCache, all of which are based on a derivative of Doug Lea's ConcurrentReaderHashMap.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: For further information on Doug Lea's concurrency package, please see:



Copyright © 2011 OpenSymphony. All Rights Reserved.