docs.roxen.com
main | demo | docs
download | community | pike
© 2000 Roxen Internet Software
Suggestions, Comments or Complaints
manuals@roxen.com

DocsRoxen2.0Web Site Creator ManualProgramming tags
   

  • <awizard>
  • <cache>
  • <crypt>
  • <debug>
  • <gauge>
  • <maketag>
  • <nooutput>
  • <noparse>
  • <pike>
  • <set-max-cache>
  • <trace>
  • <cache></cache>

    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
    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
    years=number
    Add this number of years to the time this entry is valid.
    months
    months=number
    Add this number of months to the time this entry is valid.
    weeks
    weeks=number
    Add this number of weeks to the time this entry is valid.
    days
    days=number
    Add this number of days to the time this entry is valid.
    hours
    hours=number
    Add this number of hours to the time this entry is valid.
    beats
    beats=number
    Add this number of beats to the time this entry is valid.
    minutes
    minutes=number
    Add this number of minutes to the time this entry is valid.
    seconds
    seconds=number
    Add this number of seconds to the time this entry is valid.