symfony API

sfCacheFilter Class

« Back to API menu

action

addon

autoload

cache

command

config

controller

creole

database

debug

exception

filter

form

generator

helper

i18n

log

plugin

propel

request

response

routing

storage

task

test

user

util

validator

view

widget

You are currently browsing the symfony API for the 1.1 version. Switch to:

sfCacheFilter deals with page caching and action caching.

Inheritence

sfCacheFilter  <  sfFilter

Method Summary

Methods inherited from sfFilter

__construct , isFirstCall , hasParameter , getParameter , initialize , getContext , getParameterHolder , setParameter

Method Details

  • executeBeforeRendering ()

    Executes this filter.

  • 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