From: <var...@us...> - 2009-03-01 17:43:02
|
Revision: 6613 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6613&view=rev Author: vargenau Date: 2009-03-01 17:42:57 +0000 (Sun, 01 Mar 2009) Log Message: ----------- Add description Modified Paths: -------------- trunk/pgsrc/Help%2FNoCachePlugin Modified: trunk/pgsrc/Help%FNoCachePlugin =================================================================== --- trunk/pgsrc/Help%2FNoCachePlugin 2009-03-01 16:32:00 UTC (rev 6612) +++ trunk/pgsrc/Help%2FNoCachePlugin 2009-03-01 17:42:57 UTC (rev 6613) @@ -1,4 +1,4 @@ -Date: Sun, 22 Feb 2009 19:16:30 +0000 +Date: Sun, 1 Mar 2009 18:41:43 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,17 +8,25 @@ charset=iso-8859-1 Content-Transfer-Encoding: binary -_short description_ +Don't cache the following page. Mostly used for plugins, which display dynamic content. == Usage {{{ - <<NoCache>> +<<NoCache>> }}} == Arguments -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| nocache +| if nocache=purge, delete the whole cache for this page +| 1 +|} == Example @@ -26,8 +34,6 @@ <<NoCache>> }}} -<<NoCache>> - == Author * [[PhpWiki:ReiniUrban|Reini Urban]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |