public function tearDown()
 {
     $cache = Cache::factory('GDBackend_Manipulations');
     $cache->clean(Zend_Cache::CLEANING_MODE_ALL);
     parent::tearDown();
 }