Fields Summary |
---|
public static final int | DEFAULT_JSP_CACHE_TIMEOUTThe default timeout for cached response. |
public static final String | JSPTAG_CACHE_KEYThe context attribute name used to keep store the actual cache. |
public static final String | JSPTAG_COUNTER_KEYThe request attribute name used to keep track of the cache tag counter.
This is used to generate unique keys for every cache tag in a page. |