Cache On ver. 1.2

    Custom JSP tag. This tag lets you deploy the client side cache.

For example:
 


<%@ taglib uri="taglib.tld" prefix="cache" %>
<cache:CacheOn>600</cache:CacheOn>
<html>
...
</html>

In this example the whole page will be cached on client's web browser's cache for 10 minutes (600 seconds).

Tags are:

CacheOn

Body tag deploys a client side cache. Body describes a caching time in seconds. Parameters are:

1) cond Optional attribute. Describes a boolean value tag's execution depends on. Default value is true (cache).

for downloading:

Library: cacheon.jar    Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: