You are here

public function MemcacheCacheTest::tearDown in Plug 7

File

lib/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MemcacheCacheTest.php, line 26

Class

MemcacheCacheTest

Namespace

Doctrine\Tests\Common\Cache

Code

public function tearDown() {
  if ($this->memcache instanceof Memcache) {
    $this->memcache
      ->flush();
  }
}