Diff: Help/NoCachePlugin

Differences between current version and predecessor to the previous major change of Help/NoCachePlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 5 Last edited on 17 January 2022 3:00 by harold
Older page: version 4 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,27 +1,35 @@
-_short description_  
+Don't cache the following page. Mostly used for plugins, which display dynamic content.  
  
-! Usage  
-<verbatim>  
- <?plugin NoCache ? >  
-</verbatim>  
+== Usage ==  
+{{{  
+<< NoCache arguments> >  
+}}}  
  
-! Arguments 
+== 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 
+== Example ==  
  
-<verbatim>  
-<?plugin NoCache ? >  
-</verbatim>  
+{{{  
+<< NoCache> >  
+}}}  
  
-<?plugin NoCache ?>  
+== Author ==  
+* [[Help:Reini Urban|Reini Urban]]  
  
-! Author  
-PhpWiki:ReiniUrban  
-  
-! See Also 
+== See Also ==  
  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

Don't cache the following page. Mostly used for plugins, which display dynamic content.

Usage

<<NoCache arguments>>

Arguments

Argument

Description

Default value

nocache

if nocache=purge, delete the whole cache for this page

1

Example

<<NoCache>>

Author

See Also