| org.apache.jetspeed.cache.file.TestFileCache
CACHE_SIZE | final protected static int CACHE_SIZE(Code) | | |
SCAN_RATE | final protected static int SCAN_RATE(Code) | | |
TEST_DIRECTORY | final protected static String TEST_DIRECTORY(Code) | | |
evict | public void evict(FileCacheEntry entry)(Code) | | Evict event, called when the entry is being evicted out of the cache
Parameters: entry - the entry being refreshed. |
refresh | public void refresh(FileCacheEntry entry)(Code) | | Refresh event, called when the entry is being refreshed from file system.
Parameters: entry - the entry being refreshed. |
suite | public static Test suite()(Code) | | Creates the test suite.
a test suite (TestSuite ) that includes all methodsstarting with "test" |
tearDown | public void tearDown() throws Exception(Code) | | See Also: junit.framework.TestCase.tearDown |
|
|