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

countLimit

The maximum number of objects the cache should hold. キャッシュが保持するオブジェクトの最大数。

Declaration 宣言

var countLimit: Int { get set }

Discussion 議論

If 0, there is no count limit. The default value is 0. 0ならば、限界数はありません。省略時の値は、0です。

This is not a strict limit—if the cache goes over the limit, an object in the cache could be evicted instantly, later, or possibly never, depending on the implementation details of the cache. これは厳密な限界ではありません — キャッシュが限界を越えるならば、キャッシュの中のオブジェクトは立ち退かされます、キャッシュの実装詳細に基づいて、即座に、後で、またはことによると決してされません。

See Also 参照

Managing Cache Size キャッシュサイズを管理する