| Interface to implement an entry refresh policy.
Specify the name of the implementing class using the refreshpolicyclass
attribute of the cache tag. If any additional parameters are required,
they should be supplied using the refreshpolicyparam attribute.
For example:
<cache:cache key="mykey"
refreshpolicyclass="com.mycompany.cache.policy.MyRefreshPolicy"
refreshpolicyparam="...additional data...">
My cached content
</cache:cache>
version: $Revision: 254 $ author: Francois Beauregard |