[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.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public int ReadCacheMaxAgeSec { get; set; }
public int ReadCacheMaxAgeSec { get; set; }
Public Property ReadCacheMaxAgeSec As Integer
Get
Set
Public Property ReadCacheMaxAgeSec As Integer
Get
Set
public:
virtual property int ReadCacheMaxAgeSec {
int get () sealed;
void set (int value) sealed;
}
public:
virtual property int ReadCacheMaxAgeSec {
int get () sealed;
void set (int value) sealed;
}
abstract ReadCacheMaxAgeSec : int with get, set
override ReadCacheMaxAgeSec : int with get, set
abstract ReadCacheMaxAgeSec : int with get, set
override ReadCacheMaxAgeSec : int with get, set
Property Value
Type:
Int32Implements
ICacheParams ReadCacheMaxAgeSec