0.11 Doctrine_Cache_Driver
Doctrine Cache Driver
Abstract cache driver class
Direct Sub-Classes
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