markTestSkipped("memcached not installed. Skipping."); } if ($this->_cacheInstance === null) { $this->_cacheInstance = new MemCache(['useMemcached' => true]); } return $this->_cacheInstance; } }