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.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
CacheBehavior Behavior { get; set; }
Property Behavior As CacheBehavior
Get
Set
property CacheBehavior Behavior {
CacheBehavior get ();
void set (CacheBehavior value);
}
abstract Behavior : CacheBehavior with get, set
Property Value
CacheBehavior