/**
  * Cleans the cache used by {@link eZContentObjectState::defaults()}.
  */
 public static function cleanDefaultsCache()
 {
     self::$Defaults = null;
 }