]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FNoCachePlugin
Update PHP Doc
[SourceForge/phpwiki.git] / pgsrc / Help%2FNoCachePlugin
1 Date: Fri,  7 Dec 2012 14:58:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FNoCachePlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 Don't cache the following page. Mostly used for plugins, which display dynamic content.
10
11 == Usage ==
12 {{{
13 <<NoCache arguments>>
14 }}}
15
16 == Arguments ==
17
18 {| class="bordered"
19 |-
20 ! Argument
21 ! Description
22 ! Default value
23 |-
24 | **nocache**
25 | if nocache=purge, delete the whole cache for this page
26 | 1
27 |}
28
29 == Example ==
30
31 {{{
32 <<NoCache>>
33 }}}
34
35 == Author ==
36 * [[Help:Reini Urban|Reini Urban]]
37
38 == See Also ==
39
40 <noinclude>
41 ----
42 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
43 </noinclude>