Dynamic caching features include replication of cache entries, cache disk offload, Edge-Side Include caching, Web services, and external caching. Use external caching to control caches outside of the application server. More introduction...
Find links to Web resources for learning, including conceptual overviews, tutorials, samples, and "How do I?..." topics, pending their availability.
Dynamic cache works within an application server Java virtual machine (JVM), intercepting calls to cacheable objects. For example, it intercepts calls through a servlet service method, or a command execute method, and either stores the output of the object to the cache or serves the content of the object from the dynamic cache.