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 removeObject (forKey : KeyType)
Removes the value of the specified key in the cache.
キャッシュの中の指定されたキーの値を除去します。
func removeAllObjects ()
Empties the cache.
キャッシュを空にします。