ICacheBehavior Property

Gets or sets the cache behavior when cache is full and an element has to be removed. The cache is full, when Count reaches the Capacity.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
CacheBehavior Behavior { get; set; }

Property Value

CacheBehavior

See Also