| Class | Description |
|---|---|
| CacheContextListener |
CacheContextListener implements the ServletContextListener interface
in order to be notified when the context is created and destroyed.
|
| CacheEntry |
Class responsible for caching and expiring the execution result of a JSP
fragment.
|
| CacheRequestListener |
ServletRequestListener which creates a cache for JSP tag body invocations
and adds it as a request attribute in response to requestInitialized
events, and clears the cache in response to requestDestroyed events.
|
| CacheSessionListener |
HttpSessionListener which creates a cache for JSP tag body invocations
and adds it as a session attribute in response to sessionCreated events,
and clears the cache in response to sessionDestroyed events.
|
| CacheTag |
CacheTag is a JSP tag that allows server-side caching of JSP page
fragments.
|
| CacheUtil |
CacheUtil has utility methods used by the cache tag library.
|
| FlushTag |
FlushTag is a JSP tag that is used with the CacheTag.
|
Copyright © 2017. All rights reserved.