Using the dynamic cache service
Use the dynamic cache service to improve application performance
by caching the output of servlets, web services, and WebSphere® Application
Server commands into memory.
Disabling template-based invalidations during JSP reloads
By setting the Java virtual
machine (JVM) com.ibm.ws.cache.CacheConfig.disableTemplateInvalidation custom
property to true, the template-based invalidations
are disabled during JSP reloads.
Dynamic cache provider for the JPA 2.0 second level cache
Learn to use the WebSphere Application Server dynamic cache
service as a Java Persistence API (JPA) second level (L2) cache provider.
JPA 2.0 has standardized the L2 cache interface. WebSphere Application Server supports the JPA
standard. The dynamic cache service plugs in as a level 2 cache provider
to JPA. The L2 cache boosts the performance of your JPA application
and you can configure and monitor the dynamic cache service for your
JPA application in the WebSphere Application Server environment.