|
|||||||||
| Home >> All >> com >> opensymphony >> oscache >> base >> [ algorithm overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package com.opensymphony.oscache.base.algorithm
Provides the base classes and interfaces that make up the core of OSCache.
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. |
| TestAbstractCache | Test class for the AbstractCache class. |
| TestAbstractCache.MockPersistenceListener | |
| TestCompleteAlgorithm | Test class for the com.opensymphony.oscache.base.algorithm package. |
| TestFIFOCache | Test class for the FIFOCache class. |
| TestLRUCache | Test class for the LRUCache class. |
| TestQueueCache | Test class for the QueueCache class, which is the base class for FIFO and LIFO algorithm classes. |
| TestUnlimitedCache | Test class for the Unlimited cache algorithm. |
| 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 base classes and interfaces that make up the core of OSCache.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
|||||||||
| Home >> All >> com >> opensymphony >> oscache >> base >> [ algorithm overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||