- removeObjectForKey:
Removes the value of the specified key in the cache.
キャッシュの中の指定されたキーの値を除去します。
- setObject:forKey:cost:
Sets the value of the specified key in the cache, and associates the key-value pair with the specified cost.
キャッシュの中の指定されたキーの値を設定します、そしてそのキー値ペアを指定されたコストと結びつけます。
- setObject:forKey:
Sets the value of the specified key in the cache.
指定されたキーの値をキャッシュの中で設定します。