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