symfony API

sfAPCCache Class

« Back to API menu

1.2 API OpenSearch

Packages

You are currently browsing the symfony API for the 1.2 version. Switch to:
This version of symfony is not maintained anymore.
If some of your projects still use this version, consider upgrading as soon as possible.

Cache class that stores cached content in APC.

Inheritence

sfAPCCache  <  sfCache

Method Summary

Methods inherited from sfCache

clean , get , getBackend , getLastModified , getLifetime , getMany , getOption , getTimeout , has , initialize , patternToRegexp , remove , removePattern , set , setOption , __construct

Method Details

  • clean ($mode = sfCache::ALL) Browse code

    $mode

  • get ($key, $default = null) Browse code

    $key
    $default

  • getCacheInfo ($key) Browse code

    $key

  • getLastModified ($key) Browse code

    $key

  • getTimeout ($key) Browse code

    $key

  • has ($key) Browse code

    $key

  • initialize ($options = array()) Browse code

    $options

    Initializes this sfCache instance.


    Available options:

    * see sfCache for options available for all drivers

  • remove ($key) Browse code

    $key

  • removePattern ($pattern) Browse code

    $pattern

  • set ($key, $data, $lifetime = null) Browse code

    $key
    $data
    $lifetime

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.