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 254 2005-06-17 05:07:38Z dres $
version: $Revision: 254 $ author: Alain Bergevin