示例#1
0
 /**
  * Resets the configuration of the class
  * 
  * @internal
  * 
  * @return void
  */
 public static function reset()
 {
     self::$normal_timespan = NULL;
     self::$persistent_timespan = NULL;
     self::$regenerated = FALSE;
     self::destroy();
     self::close();
     self::$backend = NULL;
     self::$key_prefix = '';
 }