docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 5.4Web Developer ManualProgramming Tags
Copyright © 2018, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<cache>
<?cdata ?>
<cgi>
<clear-session>
<combine-path>
<crypt>
<debug>
<dice>
<eval>
<force-session-id>
<fsize>
<gauge>
<guess-content-type>
<hash-hmac>
<maketag>
<nocache>
<nooutput>
<noparse>
<?noparse ?>
<page-size>
<?perl ?>
<?pike ?>
<serve-static-resources>
<servlet>
<session>
<set-max-cache>
<trace>
<writefile>
<xml-rpc-call>

<nocache></nocache>

Provided by module: Tags: RXML tags

Avoid caching of a part inside a <cache> tag. This is the same as using the <cache> tag with the "nocache" attribute.

Note that when a part inside a <cache> tag isn't cached, it implies that any RXML tags that enclose the <nocache> tag inside the <cache> tag also aren't cached.


Attributes

enable-client-cache

Mark output as cachable in browsers.


enable-protocol-cache

Mark output as cachable in server-side protocol cache and browser cache.