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>

<cache></cache>

Provided by module: RXML 2 tags

This simple tag RXML parse its contents and cache them using the normal Roxen memory cache. They key used to store the cached contents is the MD5 hash sum of the contents, the accessed file name, the query string, the server URL and the authentication information, if available. This should create an unique key. The time during which the entry should be considered valid can set with one or several time attributes. If not provided the entry will be removed from the cache when it has been untouched for too long.


Attributes

key="string"

Append this value to the hash used to identify the contents for less risk of incorrect caching. This shouldn't really be needed.


nohash

The cached entry will use only the provided key as cache key.


years="number"

Add this number of years to the time this entry is valid.


months="number"

Add this number of months to the time this entry is valid.


weeks="number"

Add this number of weeks to the time this entry is valid.


days="number"

Add this number of days to the time this entry is valid.


hours="number"

Add this number of hours to the time this entry is valid.


beats="number"

Add this number of beats to the time this entry is valid.


minutes="number"

Add this number of minutes to the time this entry is valid.


seconds="number"

Add this number of seconds to the time this entry is valid.