Instance Property インスタンスプロパティ

memoryCapacity

The capacity of the in-memory cache, in bytes. インメモリキャッシュプロパティの容量、バイト数で。

Declaration 宣言

var memoryCapacity: Int { get set }

Discussion 議論

At the time this property is set, the in-memory cache will truncate its contents to the size given, if necessary. このプロパティが設定される時点で、インメモリキャッシュはそれの内容をこの与えられた大きさに切り詰めます、もし必要ならば。

See Also 参照

Getting and Setting In-memory Cache Properties インメモリキャッシュプロパティの取得と設定