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

removeObjectForKey:

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

Declaration 宣言

- (void)removeObjectForKey:(KeyType)key;

Parameters パラメータ

key

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

See Also 参照

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