]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Don't cache the following page. Mostly used for plugins, which
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Tue, 24 Feb 2004 17:34:26 +0000 (17:34 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Tue, 24 Feb 2004 17:34:26 +0000 (17:34 +0000)
commit7b31487f9d694ec1df4b55df7efe8f091aa8434c
tree49ca2ba5441b5d25c2cf7e13bc6aa2cf42f6e049
parentb8ae040510b15fe132023081c14c4f83cbba9923
Don't cache the following page. Mostly used for plugins, which
display dynamic content.

Usage:
   <?plugin NoCache ?>
 or to delete the whole cache for this page:
   <?plugin NoCache nocache||=purge ?>

----------------------------------------------------------------------

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3044 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/plugin/NoCache.php [new file with mode: 0644]