com.opensymphony.oscache.base.algorithm
public final class: TestLRUCache [javadoc |
source]
java.lang.Object
junit.framework.TestCase
com.opensymphony.oscache.base.algorithm.TestAbstractCache
com.opensymphony.oscache.base.algorithm.TestQueueCache
com.opensymphony.oscache.base.algorithm.TestLRUCache
Test class for the LRUCache class. It only tests that the algorithm reacts as
expected when entries are removed. All the other tests related to the LRU
algorithm are in the TestNonQueueCache class, since those tests are shared
with the TestUnlimitedCache class.
$Id: TestLRUCache.java,v 1.1 2005/06/17 05:07:08 dres Exp $
- version:
$ - Revision: 1.1 $
- author:
< - a href="mailto:abergevin@pyxis-tech.com">Alain Bergevin
| Methods from com.opensymphony.oscache.base.algorithm.TestAbstractCache: |
|---|
|
getCache, testContainsKey, testGet, testGetSetMaxEntries, testGetSetMemoryCache, testGroups, testIterator, testPut, testRemove, testRemoveItem, testSetPersistenceListener |