forum:expiresCache

Expires the Jsp-cache based on the Forum-object specified.

Syntax
<forum:expiresCache
   objectId="..."?
   objectType="..."?/>
Attributes
objectId

Id of the Forum-object(forum, thread or posting) we will use to expire the Jsp-cache. This attribute must be used together with objectType.

objectType

Name of type of Forum-object(forum, thread or posting) we will use to expire the Jsp-cache. This attribute must be used together with objectId. Valid values are: 'forum', 'thread', 'posting'