cache->set('test', '123', 30); } public function testClear() { $this->cache->clear(); } }