/**
  * Clears custom field definitions cache.
  */
 public static function clearCache()
 {
     self::$definitions = null;
 }