ICacheCapacity Property
Gets or sets the capacity of the cache. If new value is smaller than elements count (value of the
Count property),
then old or least used elements (depending on
Behavior) will be removed from the
ICache.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
int Capacity { get; set; }
Property Capacity As Integer
Get
Set
property int Capacity {
int get ();
void set (int value);
}
abstract Capacity : int with get, set
Property Value
Int32