• This web contains the official documentation of the
TWiki Release 4.3, code named
GeorgetownRelease. It is a read-only web for reference.
• This is an older release, see
TWiki-6.1 for the latest release documentation.
VARCACHE{ attributes } -- cache TWiki variables in selected topics for faster page rendering
- The
%VARCACHE{}% variable is handled by the VarCachePlugin.
- Syntax:
%VARCACHE{ "24" }%
- Supported attributes:
| Attribute | Comment | Default |
"..." or refresh="..." | Cache refresh period in hours (maximum age of cache) | REFRESH setting |
cachemsg="..." | Message shown when looking at a cached topic. Use $age to indicate the age of cache, $link to indicate the refresh URL | CACHEMSG setting |
updatemsg="..." | Message shown after a cache refresh. Use $link to indicate the refresh URL | UPDATEMSG setting |
- Example:
%VARCACHE{"168"}% caches the current page for 7 days
- Related: VarCachePlugin, VarCachePluginTest