Controls the cache age for in memory stylesheets.
Attribute | Description | Type | Default | Options | Use |
---|---|---|---|---|---|
max-age | The maximum period in seconds that an entry may remain in the cache | xs:nonNegativeInteger or 'unlimited' | unlimited | optional |
<style-sheets>
<external-generation
base-directory="${MCS_HOME}/mcs/css"
base-url="[context_root]/MCSCSS"/>
<page-level-generation max-age="120000"/>
</style-sheets>