LockingCacheOptionsCapacity Property
Gets or sets the capacity of the cache to be created. If the cache is full, then the oldest or the least recent used element
(depending on the
Behavior property) will be dropped from the cache.
Default value:
1024.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public int Capacity { get; set; }
Public Property Capacity As Integer
Get
Set
public:
property int Capacity {
int get ();
void set (int value);
}
member Capacity : int with get, set
Property Value
Int32