CacheDir

Summary

Sets the directory where eZ publish stores view cache files.

Usage

 

CacheDir=directory_name

Description

CacheDir is set relative to CacheDir. This means that view cache files are stored within "var_dir/cache_dir/directory_name/" where "var_dir" is specified by the VarDir setting and "cache_dir" is specified by the CacheDir setting.

Examples

[FileSettings]
VarDir=var
CacheDir=cache
 
[ContentSettings]
CacheDir=content

Using these settings the viewcache will be stored in "var/cache/content/".

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