|
Class Summary |
| CacheEvent |
Object used to notify interested parties that state has changed in a cache. |
| CacheFactory |
This class is used to create a new instance of the CacheFactory implementation specified by the
mca.services.cache.factoryClass setting in BankframeResource.properties file. |
| CacheIndex |
Implements CacheIndexer used to apply an index definition on a given cache. |
| CacheIndexFactory |
Factory class for CacheIndexer defined by cache.index property |
| DefaultCacheFactoryImpl |
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. |
| JMSCacheEventImpl |
|
| JMSCacheImpl |
The JMSCacheImpl class provides generic caching functionality using a distributed cache within a
clustered environment. |
| 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. |