/**
  * Resets all static caches
  */
 public static function resetCache()
 {
     self::$handlers = [];
 }
 /**
  * Resets all static caches
  */
 public static function resetCache()
 {
     self::$handlers = array();
 }