GENERAL · FEATURE

Configuring servlet caching using wsadmin scripting

You can configure servlet caching with scripting and the wsadmin tool. The dynamic cache service 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 dy

You can configure servlet caching with scripting and the wsadmin tool. The dynamic cache service 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 dy