Instance Method インスタンスメソッド

removeObject(forKey:)

Removes the value of the specified key in the cache. キャッシュの中の指定されたキーの値を除去します。

Declaration 宣言

func removeObject(forKey key: KeyType)

Parameters パラメータ

key

The key identifying the value to be removed. 除去されることになる値を識別しているキー。

See Also 参照

Adding and Removing Cached Values キャッシュされた値を追加および除去する