Exemplo n.º 1
0
 /**
  * Destroy PageCache instance
  */
 public static function destroy()
 {
     if (isset(PageCache::$ins)) {
         PageCache::$ins = null;
         SessionHandler::reset();
     }
 }
Exemplo n.º 2
0
 protected function tearDown()
 {
     PageCache::destroy();
     SessionHandler::reset();
 }