page-level-generation

Purpose

Controls the cache age for in memory stylesheets.

Contained by

Attribute

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 

Example

<style-sheets>
  <external-generation
    base-directory="${MCS_HOME}/mcs/css"
    base-url="[context_root]/MCSCSS"/>
  <page-level-generation max-age="120000"/>
</style-sheets>

Related topics