cache = CacheDriverFactory::create('memcache'); return $this->cache; } public function tearDown() { $this->cache->clear(false); parent::tearDown(); } }