This tag is used to cache everything inside it's tags.
<jee:expireCache cacheId="ID of cache to expire"/>
cacheId – The Id of the cache
The following code shows an example of using this tag:
<%@ taglib uri="jeenius" prefix="jee" %> <jee:expireCache cacheId="demoCache"/> < Return to the tag index >