mixed) $registry */ public function setRegistry( array $registry = array() ) { $this->registry = $registry; } /** * Returns the static field $registry. * * @return array(string=>mixed) */ public function getRegistry() { return $this->registry; } /** * Sets the backend with the provided value. * * @param ezcCacheApcBackend $backend */ public function setBackend( $backend ) { $this->backend = $backend; } } ?>