com.bankframe.services.cache.threadcleaned
Class ThreadCleanedCacheFactoryImpl.CacheCleanUpThread
java.lang.Object
com.bankframe.services.cache.threadcleaned.ThreadCleanedCacheFactoryImpl.CacheCleanUpThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ThreadCleanedCacheFactoryImpl
public static class ThreadCleanedCacheFactoryImpl.CacheCleanUpThread
- extends Object
- implements Runnable
This class calls the cleanup() method on each ThreadCleanedGenericCache
instance registered with the CacheFactory. The clean interval is
specified in milliseconds in BankFrameResource.properties
by the key cacheFactory.cleanUpInterval
Method Summary |
void |
run()
|
ThreadCleanedCacheFactoryImpl.CacheCleanUpThread
public ThreadCleanedCacheFactoryImpl.CacheCleanUpThread()
- Default Constructor
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2005, 2007, Oracle. All rights reserved.