7.2.3 Cache Helper Configuration
There is no translation yet for this section. Please help out and translate this.. More information about translations
View Caching and the Cache Helper have several important configuration elements. They are detailed below.
To use the cache helper in any view or controller, you must first uncomment and set Configure::Cache.check to true in core.php of your app/config folder. If this is not set to true, then the cache will not be checked or created.
Configure::write('Cache.check', true);
Configure::write('Cache.check', true);


























