[This is preliminary documentation and is subject to change.]
When true would cache the instance of AbsentData to signify the absence of data in the backend for key
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool CacheAbsentData { get; set; }
public bool CacheAbsentData { get; set; }
Public Property CacheAbsentData As Boolean
Get
Set
Public Property CacheAbsentData As Boolean
Get
Set
public:
virtual property bool CacheAbsentData {
bool get () sealed;
void set (bool value) sealed;
}
public:
virtual property bool CacheAbsentData {
bool get () sealed;
void set (bool value) sealed;
}
abstract CacheAbsentData : bool with get, set
override CacheAbsentData : bool with get, set
abstract CacheAbsentData : bool with get, set
override CacheAbsentData : bool with get, set
Property Value
Type:
BooleanImplements
ICacheParams CacheAbsentData