| TestAbstractCache | Test class for the AbstractCache class. | code | html |
| TestQueueCache | Test class for the QueueCache class, which is the base class for FIFO and LIFO algorithm classes. | code | html |
| FIFOCache | FIFO (First In First Out) based queue algorithm for the cache. | code | html |
| LRUCache | LRU (Least Recently Used) algorithm for the cache. Since release 2.3 this class requires Java 1.4
to use the |
code | html |
| TestAbstractCache.MockPersistenceListener | code | html | |
| UnlimitedCache | A simple unlimited cache that has no upper bound to the number of cache entries it can contain. | code | html |
| TestAbstractCache | Test class for the AbstractCache class. | code | html |
| TestQueueCache | Test class for the QueueCache class, which is the base class for FIFO and LIFO algorithm classes. | code | html |
| TestCompleteAlgorithm | Test class for the com.opensymphony.oscache.base.algorithm package. | code | html |
| TestFIFOCache | Test class for the FIFOCache class. | code | html |
| TestLRUCache | Test class for the LRUCache class. | code | html |
| TestUnlimitedCache | Test class for the Unlimited cache algorithm. | code | html |
ConcurrentReaderHashMap.