]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FNoCachePlugin
function _PageList_Column* are not private
[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   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 Don't cache the following page. Mostly used for plugins, which display dynamic content.
11
12 == Usage ==
13 {{{
14 <<NoCache arguments>>
15 }}}
16
17 == Arguments ==
18
19 {| class="bordered"
20 |-
21 ! Argument
22 ! Description
23 ! Default value
24 |-
25 | **nocache**
26 | if nocache=purge, delete the whole cache for this page
27 | 1
28 |}
29
30 == Example ==
31
32 {{{
33 <<NoCache>>
34 }}}
35
36 == Author ==
37 * [[Help:Reini Urban|Reini Urban]]
38
39 == See Also ==
40
41 <noinclude>
42 ----
43 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
44 </noinclude>