IObjectCacheBaseLowWaterMark Property

When cache grows to HighWaterMark objects will be removed from the cache until the total size is less than LowWaterMark.

Definition

Namespace: Scanjour.Workflow4.Base.Cache
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
long LowWaterMark { get; set; }

Property Value

Int64

See Also