| Class Summary | 
| ThreadCleanedCache | This ThreadCleanedCache implementation uses a deamon thread
 to manage calls to its cleanup()implementation. | 
| ThreadCleanedCacheFactoryImpl | This is a factory class that will create a com.bankframe.services.cache.Cacheinstance on demand based on
 the properties specified in theBankframeResource.propertiesfile. | 
| ThreadCleanedCacheFactoryImpl.CacheCleanUpThread | This class calls the cleanup() method on each ThreadCleanedGenericCache
 instance registered with the CacheFactory. | 
| ThreadCleanedCacheStartupClass | This statup class starts the cleanup daemon thread
 which manages instances of ThreadCleanedCache. | 
| ThreadCleanedJMSCache | The ThreadCleanedJMSCache class provides generic caching functionality using
 a distributed cache within a multi-JVM environment. |