LockFreeCacheOptionsInitialCapacity Property

Gets or sets the initial capacity of the cache.
Default value: 16.
See also the Remarks section of the ThresholdCapacity property for details.

Definition

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

Property Value

Int32

See Also