Source for file Memory.php
Documentation is available at Memory.php
* Definition cache decorator class that saves all cache retrievals
* to PHP's memory; good for unit tests or circumstances where
* there are lots of configuration objects floating around.
public function add($def, $config) {
$status =
parent::add($def, $config);
public function set($def, $config) {
$status =
parent::set($def, $config);
public function replace($def, $config) {
$status =
parent::replace($def, $config);
public function get($config) {
Documentation generated on Thu, 19 Jun 2008 18:49:47 -0400 by phpDocumentor 1.4.2