<set-max-cache/>
Provided by module: Tags: 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.
- force-protocol-cache
-
Try to force the page into the protocol cache.