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

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

Uses of NamedCache in com.bankframe.services.cache
 

Classes in com.bankframe.services.cache that implement NamedCache
 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.
 class NullCache
          This class implements Cache & NamedCache and is intended for use when a implementation code refers to a named cache, but at runtime caching is not required.
 

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

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