B C F M N S T W

B

BaseCacheTest - Class in net.sourceforge.rcache
Base class for deriving other test-cases.
BaseCacheTest() - Constructor for class net.sourceforge.rcache.BaseCacheTest
 

C

check(long[], long[]) - Method in class net.sourceforge.rcache.BaseCacheTest
Tests two arrays for equality.
check(double[], double[]) - Method in class net.sourceforge.rcache.BaseCacheTest
Tests two arrays for equality.
createCache() - Method in class net.sourceforge.rcache.BaseCacheTest
Creates a cache instance.
createCache(int) - Method in class net.sourceforge.rcache.BaseCacheTest
Creates a cache instance.
createCache(int, float) - Method in class net.sourceforge.rcache.BaseCacheTest
Creates a cache instance.
createCache(int, float, int) - Method in class net.sourceforge.rcache.BaseCacheTest
Creates a cache instance.
createCache() - Method in class net.sourceforge.rcache.SoftCacheTest
Creates a cache instance.
createCache(int) - Method in class net.sourceforge.rcache.SoftCacheTest
Creates a cache instance.
createCache(int, float) - Method in class net.sourceforge.rcache.SoftCacheTest
Creates a cache instance.
createCache(int, float, int) - Method in class net.sourceforge.rcache.SoftCacheTest
Creates a cache instance.
createCache() - Method in class net.sourceforge.rcache.WeakCacheTest
Creates a cache instance.
createCache(int) - Method in class net.sourceforge.rcache.WeakCacheTest
Creates a cache instance.
createCache(int, float) - Method in class net.sourceforge.rcache.WeakCacheTest
Creates a cache instance.
createCache(int, float, int) - Method in class net.sourceforge.rcache.WeakCacheTest
Creates a cache instance.

F

forcePurge() - Method in class net.sourceforge.rcache.BaseCacheTest
Utility method that forces caches to be purged by demanding a huge amount of memory.

M

MruGuardTest - Class in net.sourceforge.rcache.decorator
TestCase for MruGuard.
MruGuardTest(String) - Constructor for class net.sourceforge.rcache.decorator.MruGuardTest
Creates an instance.

N

net.sourceforge.rcache - package net.sourceforge.rcache
 
net.sourceforge.rcache.decorator - package net.sourceforge.rcache.decorator
 

S

SoftCacheTest - Class in net.sourceforge.rcache
TestCase for SoftCache.
SoftCacheTest() - Constructor for class net.sourceforge.rcache.SoftCacheTest
 

T

testGet() - Method in class net.sourceforge.rcache.BaseCacheTest
Test for Cache.get(Object).
testMruGuard() - Method in class net.sourceforge.rcache.decorator.MruGuardTest
Test for MruGuard.MruGuard(Cache, int) and MruGuard.getMaxSize().
testObjectMethods() - Method in class net.sourceforge.rcache.BaseCacheTest
Test for some methods inherited from Object.
testProfiler() - Method in class net.sourceforge.rcache.BaseCacheTest
Test for CacheProfiler.
testPurge() - Method in class net.sourceforge.rcache.BaseCacheTest
Tests that the cache has the correct number of items after a purge().
testRemove() - Method in class net.sourceforge.rcache.BaseCacheTest
Test for Cache.remove(Object).
testRemoveAndPut() - Method in class net.sourceforge.rcache.BaseCacheTest
Tests that the following sequence: cache.put(key, x) cache.remove(key) cache.put(key, y) Is safe.
testUnsupported() - Method in class net.sourceforge.rcache.BaseCacheTest
Test for unsupported methods in BaseCache.

W

WeakCacheTest - Class in net.sourceforge.rcache
TestCase for WeakCache.
WeakCacheTest() - Constructor for class net.sourceforge.rcache.WeakCacheTest
 

B C F M N S T W

© 2007-2009 Rodrigo Ruiz
This site is hosted by