Caution: This documentation is for Exponential, 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 Exponential stores cache files.

Usage

 

CacheDir= directory_name

Description

Exponential creates many cache files to speed up execution. The cache files are stored within / var_dir/ directory_name where var_dir is specified by the VarDir setting.

Note: Don't change the default setting "cache" unless you know what you are doing.

Examples

VarDir=var
CacheDir=cache

These settings will make Exponential use the cache dir "/var/cache"

Frederik Holljen (13/04/2005 12:47 pm)

Frederik Holljen (13/04/2005 1:04 pm)


Comments

There are no comments.