ez.no / ezpublish / documentation / configuration / optimization / disabling the cache
These documentation pages are no longer maintained. Please visit the new documentation site.
If you do not have the site.ini files in settings/override you should create settings/override/site.ini.append and insert the following:
[ContentSettings] ViewCaching=disabled
You may want also disable template cache
[TemplateSettings] TemplateCache=disabled
and override cache
[OverrideSettings] Cache=disabled
Remove the cache files in var/cache and change the permission of the var/cache folder to 000 with:
chmod 000 var/cache
Comments
Is disabling cache supposted to be an "optimization"
Guttorm Flatabø
Tuesday 27 July 2004 5:56:37 pm