var totalCostLimit : Int
The maximum total cost that the cache can hold before it starts evicting objects.
それがオブジェクトを立ち退かせることを始める前にキャッシュが保持できる最大合計コスト。
Availability 有効性
Technology
var countLimit: Int
{ get set }
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. これは厳密な限界ではありません — キャッシュが限界を越えるならば、キャッシュの中のオブジェクトは立ち退かされます、キャッシュの実装詳細に基づいて、即座に、後で、またはことによると決してされません。
var totalCostLimit : Int