/**
  * Triggered early in the request when someone requests a flush.
  */
 public static function flush()
 {
     self::$flush = true;
 }