/**
  * Clears the states from the cache.
  * @return void
  */
 public static function clearCache()
 {
     self::$states = null;
 }