|
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. |