Documentmaxage

Documentmaxage

The documentmaxage property tells the platform the maximum acceptable age, in seconds, of cached documents. Setting "documentmaxage" to NULL allows the platform to honor the expiration time set by the web server. If the "documentmaxage" value is set to 150 seconds and the documentmaxstale” value is set to 25 seconds, it sets a global property that all document tags have a maxage value of 150 seconds and maxstale value of 25 seconds. So, since the file is inside of a tag, it would have a maxage value of 150 seconds and a maxstale value of 25 seconds because of the "documentmaxage" and "documentmaxstale" properties.

Related links

Related terms

for "Documentmaxage"

Search Glossary

Term of the Day

Used to express branching based on specific criteria. The most common use of this would be If-Then-Else. If the condition evaluates to true the application then the application runs another set of code. Else implies that the condition evaluated to false and runs a different set of code.
See also: Else, Elseif