sfCacheConfigHandler allows you to configure cache.
Method Summary
-
string
addCache($actionName = '')
Returns a single addCache statement.
-
string
execute($configFiles)
Executes this configuration handler.
-
getConfiguration($configFiles)
flattenConfiguration , flattenConfigurationWithEnvironment , getConfigValue , mergeConfigValue , parseYaml , parseYamls
execute , getConfiguration , getParameterHolder , initialize , replaceConstants , replacePath , __construct
Method Details
-
(string) addCache ($actionName = '')
Browse code
| $actionName |
The action name
|
Returns a single addCache statement.
returns PHP code for the addCache statement
-
(string) execute ($configFiles)
Browse code
| $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
-
getConfiguration ($configFiles)
Browse code
|