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.

PreCacheSiteaccessArray

Summary

Sets the siteaccesses that will have view-cache created when an object is published.

Usage

 

PreCacheSiteaccessArray[]= siteaccess1
PreCacheSiteaccessArray[]= siteaccess2
...

Description

You must enable PreViewCache for this setting to have any effect.

Examples

PreviewCache=enabled
PreCacheSiteaccessArray[]=admin
PreCacheSiteaccessArray[]=base

With these settings eZ publish will create view cache when an object is published for the admin and the base siteacesses.

Frederik Holljen (04/05/2005 2:06 pm)

Frederik Holljen (04/05/2005 2:10 pm)


Comments

  • Typo in the example?

    The example shows:

    PreviewCache=enabled
    


    with a lower-case 'V', but the documentation states it should be PreViewCache with an upper-case 'V'


    vittal