TableOptions DefaultMaxAgeSec Property NFX Class Library

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

Specifies default max age length which is applied to cache items if Put() does not specify particular max age

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

[ConfigAttribute]
public int DefaultMaxAgeSec { get; set; }

Property Value

Type: OnlineInt32
See Also