docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 5.2Web Developer ManualProgramming Tags
Copyright © 2015, 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>

<set-max-cache/>

Provided by module: Tags: RXML tags

Sets the maximum time this document can be cached in the protocol cache or client-side.

Default is to get this time from the other tags in the document (as an example, <if supports> sets the time to 0 seconds since the result of the test depends on the client used.

You must use this tag at the end of the document, since many of the normal tags will override the cache value.


Attributes

years="number"

Add this number of years to the time this page was last loaded.


months="number"

Add this number of months to the time this page was last loaded.


weeks="number"

Add this number of weeks to the time this page was last loaded.


days="number"

Add this number of days to the time this page was last loaded.


hours="number"

Add this number of hours to the time this page was last loaded.


beats="number"

Add this number of beats to the time this page was last loaded.


minutes="number"

Add this number of minutes to the time this page was last loaded.


seconds="number"

Add this number of seconds to the time this page was last loaded.


force-protocol-cache

Try to force the page into the protocol cache.