Uses of Interface
com.bankframe.services.cache.PersistentCache

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

Uses of PersistentCache in com.bankframe.services.cache
 

Classes in com.bankframe.services.cache that implement PersistentCache
 class GenericCache
          This class provides generic caching functionality using a local 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 PersistentCache in com.bankframe.services.cache.threadcleaned
 

Classes in com.bankframe.services.cache.threadcleaned that implement PersistentCache
 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.