markTestSkipped("memcache not installed. Skipping."); } if ($this->_cacheInstance === null) { $this->_cacheInstance = new MemCache(); } return $this->_cacheInstance; } }