The expire cache tag

Overview

This tag is used to cache everything inside it's tags.

Tag Usage

<jee:expireCache cacheId="ID of cache to expire"/> 

cacheId – The Id of the cache

Example

The following code shows an example of using this tag:  

<%@ taglib uri="jeenius" prefix="jee" %>
<jee:expireCache cacheId="demoCache"/> < Return to the tag
index >