markTestSkipped('Zend Data cache not installed. Skipping.'); } if ($this->_cacheInstance === null) { $this->_cacheInstance = new ZendDataCache(); } return $this->_cacheInstance; } }