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