setBackend($backendObject); return $frontendObject; } /** * Throw an exception * * Note : for perf reasons, the "load" of Zend/Cache/Exception is dynamic */ static public function throwException($msg) { // For perfs reasons, we use this dynamic inclusion require_once 'Zend/Cache/Exception.php'; throw new Zend_Cache_Exception($msg); } }