dependencies. WebSphere Application Server also offers a Web Application called Cache Monitor, which plugs into the cache to provide a view of its contents and statistics. The dynamic cache uses the
Least Recently Used (LRU) algorithm to create space for incoming entries. Dynamic cache can also be configured to push data to a disk cache when assigned memory is full. Dynamic cache can take advantage of
WebSphere Data Replication Service (DRS) to replicate cache in a
cluster.
- Dependencies: A feature of WebSphere Application Server V6.
- Element grouping: Element grouping through dependencies.
- Configurable runtime parameters: Can be configured in cacheinstances.properties file or using WebSphere Application Server Administrative console.
- Security: The cache instances will be available as JNDI resources in the server. Hence they will be accessible to all the applications running on the server. Cache instances can only be protected by securing the JNDI resources.
- Region data separation and configuration: Cache elements have to be separated into different cache instances.
- Element event handling: Applications may define invalidation listeners and change listeners.
- Fine grained element configuration options: Dynamic Cache service provides API to control the configuration options at individual element level. This can be achieved through the following put method in the DistributedMap interface.
- WebSphere Dynamic Cache: Improving J2EE application performance [PDF] [HTML]
- WebSphere V6 Information Center: Dynamic Caching
Do you know if the interfaces support thread synchronization (isolation levels) across cluster instances? can you wind up with a race condition across the cluster?
ReplyDeleteThanks in advance,
Reza
One more important feature of Object Cache is that it is replicable in clustered configuration. So, if you have any data which you want to put in ApplicationContext, you can keep it here, as ApplicationContext objects are not replicable.
ReplyDeleteRegards,
Satish.