LockingCacheOptionsBehavior Property
Gets or sets the cache behavior when cache is full and an element has to be removed.
The cache is full, when the number of stored items reaches
Capacity.
Default value:
RemoveLeastRecentUsedElement.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public CacheBehavior Behavior { get; set; }
Public Property Behavior As CacheBehavior
Get
Set
public:
property CacheBehavior Behavior {
CacheBehavior get ();
void set (CacheBehavior value);
}
member Behavior : CacheBehavior with get, set
Property Value
CacheBehavior