ICacheParams ReadCacheMaxAgeSec Property NFX Class Library

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

If greater than 0 then would allow reading a cached result for up-to the specified number of seconds. If =0 uses cache's default span. Less than 0 does not try to read from cache

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

int ReadCacheMaxAgeSec { get; }

Property Value

Type: OnlineInt32
See Also