Query WriteCacheMaxAgeSec Property NFX Class Library

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

If greater than 0 then writes to cache with the expiration. If =0 uses cache's default life span. Less than 0 does not write to cache

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

public int WriteCacheMaxAgeSec { get; set; }

Property Value

Type: OnlineInt32

Implements

ICacheParams WriteCacheMaxAgeSec
See Also