article:expiresCache

Expires the JSP cache if the specified article has been updated. It locates the enclosing util:cache tag and expires that cache. If there is no enclosing util:cache then nothing is done.

If a util:cache block contains more than one expiresCache tag, then the cache will be expired if any one of the specified articles has been updated.

See also

util:cache

Syntax
<article:expiresCache
   article="..."?
   articleId="..."?
   name="..."?
   property="..."?
   source="..."?
   sourceId="..."?/>
Attributes
article

The article used to expire to cache.

articleId

Article id to identify the article to expire the cache.

name

Name of an bean to specify article to expire the cache.

property

Property used to find the article to expire the cache.

source

Source of the article to expire to cache.

sourceId

SourceId used to identify the article to expire the cache.