CacheRec MaxAgeSec Property NFX Class Library

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

Returns positive integer that specifies the maximum lifespan duration for this item expressed in seconds, or zero. Zero is returned when this item does not have specific lifespan defined and will be evicted from cache per lifespan specified on the table level: Table.MaxAgeSec (default)

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

public int MaxAgeSec { get; }

Property Value

Type: OnlineInt32
See Also