Table MaxAgeSec Property NFX Class Library

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

Gets/sets maximum age of items in the table expressed in seconds. After this age is exceeded, the system will delete entries. The system does not guarantee that items will expire right on time, however it does guarantee that items will be available for at least this long.

Namespace: NFX.DataAccess.Cache
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public int MaxAgeSec { get; set; }

Property Value

Type: OnlineInt32
See Also