Skip to content

Application Caching

WebSphere provides built-in functionality for caching Java objects, called DynaCache. Custom portlets can use DynaCache and its DistributedMap interface to programmatically store and retrieve custom Java objects. This is especially useful for caching data from backend sources like databases or legacy applications.

For more information, see Using the DistributedMap and DistributedObjectCache interfaces for the dynamic cache.