removeCache() public static method

Removes the configured cache implementation.
public static removeCache ( ) : void
return void
Ejemplo n.º 1
0
 protected function tearDown()
 {
     Caching\CacheProvider::removeCache();
     Caching\CacheProvider::setDevelopmentMode(false);
 }