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

Packages that use Cache
com.bankframe.ei.txnhandler   
com.bankframe.services.cache   
 

Uses of Cache in com.bankframe.ei.txnhandler
 

Methods in com.bankframe.ei.txnhandler that return Cache
static Cache TransactionHandlerUtils.getHostCache(java.lang.String cacheName)
          This method returns a cache instance that has been intialized with the parameters from the BankframeResouce.properties file for the transaction handler host cache.
 

Uses of Cache in com.bankframe.services.cache
 

Subinterfaces of Cache in com.bankframe.services.cache
 interface PersistentCache
           
 

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

Methods in com.bankframe.services.cache that return Cache
static Cache CacheFactory.createCache(java.lang.String cacheName)
          This method creates a cache instance based on settings specified in the BankframeResource.properties file.
static Cache CacheFactory.getCache(java.lang.String cacheName)
          This method gets an instance of a cache object.
static Cache CacheFactory.getCache(java.util.Map map, java.lang.String cacheName)
          Deprecated. Use getCache(String name) instead
 

Methods in com.bankframe.services.cache with parameters of type Cache
static void CacheFactory.registerCache(java.lang.String cacheName, Cache cache)
          This registers a cache in the list of caches with the specified name
 



Copyright © 2004 Siebel Systems, Inc. All rights reserved.