Type Method 型メソッド

invalidateClassDescriptionCache()

Removes all NSClassDescription objects from the cache. 全てのNSClassDescriptionオブジェクトをキャッシュから除去します。

Declaration 宣言

class func invalidateClassDescriptionCache()

Discussion 議論

You should rarely need to invoke this method. Use it whenever a registered NSClassDescription object might be replaced by a different version, such as when you have loaded a new provider of NSClassDescription objects, or when you are about to remove a provider of NSClassDescription objects. あなたは、このメソッドを発動する必要はめったにないはずです。登録されたNSClassDescriptionオブジェクトが異なるバージョンによって置き換えられるかもしれない時は必ずそれを使ってください、例えばNSClassDescriptionオブジェクトの新しいプロバイダをロードした時、またはあなたがNSClassDescriptionオブジェクトのプロバイダを除去しようとしている時など。

See Also 参照

Working with class descriptions クラス記述を扱う