ICacheImplementation PileMaxMemoryLimit Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Imposes a limit on maximum number of bytes that a pile can allocate of the system heap. The default value of 0 means no limit, meaning - the pile will keep allocating objects until the system allows. If the limit is reached, then the cache will start deleting older objects to releave the memory load even if they are not due for expiration yet

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

long PileMaxMemoryLimit { get; set; }

Property Value

Type: OnlineInt64
See Also