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