cache

Purpose

Allows page authors to control caching for a given project.

Contained by

Contains

Attribute

Attribute Description Type Default Options Use
allow Determines whether or not policies should be cached. xs:boolean   true, false  optional 
default The default value to use when the policy does not specify if it should be cached. xs:boolean   true, false  optional 

Example

<?xml version="1.0" encoding="utf-8"?>
<project xmlns="http://www.volantis.com/xmlns/mcs/project"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  name="WelcomeProject">
  <xml-policies directory="WebContent/mcs-policies/"/>
  <assets base-url="."/>
  <policy-cache-partition size="100">
    <constraints>
      <cache allow="false" default="false"/>
    </constraints>
  </policy-cache-partition>
</project>

Related topics