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.

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"

Frederik Holljen (15/04/2005 12:36 pm)

Frederik Holljen (15/04/2005 12:39 pm)


Comments

There are no comments.