Package com.bankframe.services.cache

Interface Summary
Cache This interface defines the the caching in MCA services
CachePolicy This interface defines the methods that all cache policies must provide.
ConfigurableCachePolicy  
NamedCache Classes implementing the NamedCache interface ensures cache classes can be identified by String names.
PersistentCache  
 

Class Summary
CacheFactory This is a factory class that will create a com.bankframe.services.cache.Cache instance on demand based on the properties specified in the BankframeResource.properties file.
GenericCache This class provides generic caching functionality using a local cache.
JMSCache The JMSCache class provides generic caching functionality using a distributed cache within a clustered environment.
JMSCache.JMSCacheEvent  
JMSListener This Message Driven Bean (MDB) listens for messages placed on a JMS Topic.
KeyStruct This class encapsulates the finder fields of finder methods other than findByPrimaryKey which is used for storing finder results for caching.
LruCachePolicy This class implements a Least Recently Used cache policy.
MergedDataPacketsCache The class is a specialisation of the GenericCache 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.
NullPolicy The NullPolicy type.
PerEntryTimeoutCachePolicy  
TimeoutCachePolicy This class implements a time-out based caching policy.
 



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