sfCacheFilter deals with page caching and action caching.
Method Details
-
setPageCache ($uri)
Sets a page template in the cache.
-
executeBeforeRendering ((sfFilterChain) 0)
| 0 |
A sfFilterChain instance. |
Executes this filter.
-
getActionCache ($uri)
Gets an action template from the cache.
-
execute ((sfFilterChain) $filterChain)
| $filterChain |
A sfFilterChain instance |
Executes this filter.
-
executeBeforeExecution ()
-
(bool) initialize ((sfContext) $context, $parameters = array())
| $context |
The current application context |
| $parameters |
An associative array of initialization parameters |
Initializes this Filter.
returns true, if initialization completes successfully, otherwise false
throws sfInitializationException If an error occurs while initializing this Filter
-
getPageCache ($uri)
Gets a page template from the cache.
-
setActionCache ($uri)
Sets an action template in the cache.
|