public function MemcacheCacheTest::tearDown in Plug 7
File
- lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ MemcacheCacheTest.php, line 26
Class
Namespace
Doctrine\Tests\Common\CacheCode
public function tearDown() {
if ($this->memcache instanceof Memcache) {
$this->memcache
->flush();
}
}