Uses of Class
com.bankframe.services.cache.GenericCache

Packages that use GenericCache
com.bankframe.services.cache   
com.bankframe.services.cache.threadcleaned   
 

Uses of GenericCache in com.bankframe.services.cache
 

Subclasses of GenericCache in com.bankframe.services.cache
 class JMSCacheImpl
          The JMSCacheImpl class provides generic caching functionality using a distributed cache within a clustered environment.
 class MergedDataPacketsCache
          The class is a specialisation of the GenericCache class.
 

Uses of GenericCache in com.bankframe.services.cache.threadcleaned
 

Subclasses of GenericCache in com.bankframe.services.cache.threadcleaned
 class ThreadCleanedCache
          This ThreadCleanedCache implementation uses a deamon thread to manage calls to its cleanup() implementation.
 class ThreadCleanedJMSCache
          The ThreadCleanedJMSCache class provides generic caching functionality using a distributed cache within a multi-JVM environment.
 



Copyright © 2005, 2007, Oracle. All rights reserved.