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.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public int Capacity { get; set; }

Property Value

Int32

See Also