removeCache() 공개 정적인 메소드

Removes the configured cache implementation.
public static removeCache ( ) : void
리턴 void
예제 #1
0
 protected function tearDown()
 {
     Caching\CacheProvider::removeCache();
     Caching\CacheProvider::setDevelopmentMode(false);
 }