Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

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.

Frederik Holljen (04/05/2005 11:39 am)

Frederik Holljen (04/05/2005 11:40 am)


Comments

There are no comments.