Defines the global default page cache setting. Authors may override the default value with an alternative scope value on individual pages, using the cacheScope attribute on the canvas element.
Attribute | Description | Type | Default | Options | Use |
---|---|---|---|---|---|
default-scope | Contains a global default scope for XDIME page caching. Note:
The default-scope attribute may only be set to 'none' for Mobile Portal Accelerator. |
'none' | optimistic, safe, none | optional |
<servlet-filter
jsessionid-name="jsessionid">
<exclude-device name="PC"/>
<mime-type value="x-application/vnd.xdime+xml"/>
<mime-type value="x-application/vnd.volantis.xdime+xml"/>
<page-cache default-scope="none"/>
</servlet-filter>