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.