sfCacheConfigHandler allows you to configure cache.
Method Details
-
(string) execute ($configFiles)
| $configFiles |
An array of absolute filesystem path to a configuration file |
Executes this configuration handler.
returns Data to be written to a cache file
throws sfConfigurationException If a requested configuration file does not exist or is not readable
-
(string) addCache ($actionName = '')
| $actionName |
The action name |
Returns a single addCache statement.
returns PHP code for the addCache statement
|