You are currently viewing the 0.11 branch api documentation. Switch to 1.0 or 1.1

0.11 Doctrine_Cache_Driver

Doctrine Cache Driver

Abstract cache driver class

Direct Sub-Classes

Method Summary

Returns Name Description
mixed getOption
boolean setOption
__construct

Method Details

  • $option the option name

    (mixed) getOption($option)

    Get value of option

    Doctrine_Cache_Driver


  • $option the option name
    $value option value

    (boolean) setOption($option, $value)

    Set option name and value

    Doctrine_Cache_Driver


  • $_options an array of options

    __construct($options, $_options)

    Configure cache driver with an array of options