ibexa

Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

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