CachedURLArray

Summary

Sets the content that should be statically cached.

Usage

 

CachedURLArray[]= url1[*]
CachedURLArray[]= url2[*]
...

Description

Each line specifies one part of the content tree that will be statically cached. You can specify single nodes or complete subtrees using a wildcard (*). You must specify the full URL of the nodes, not the node names.

Note that the wildcard literally matches all characters. E.g the rule "/weblog*" will match both "/weblog/hello" and "/weblogs/hello".

Examples

CachedURLArray[]=/
CachedURLArray[]=/news*
CachedURLArray[]=/weblog*

This setup will statically cache the root node and all nodes under the node with the URL news and all nodes under the node with the URL weblog.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.