docs.roxen.comView this page in a printer friendly mode
DocsRoxen2.1Web Site Creator ManualProgramming Tags
Copyright © 2001, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<cache>
<crypt>
<debug>
<dice>
<eval>
<gauge>
<maketag>
<nooutput>
<noparse>
<?perl ?>
<?pike ?>
<set-max-cache>
<trace>

<set-max-cache/>

Provided by module: RXML 2 tags

Sets the maximum time this document can be cached in any ram caches.

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 do this at the end of the document, since many of the normal tags will override this 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.