DataCaching EnumerationNFX Class Library

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

Stipulates where data gets cached

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

public enum DataCaching
Members

  Member nameValueDescription
None-1 Does not get cached
LatestData0 Gets cached on the level where data is always accurate and never gets stale, i.e. in the BDB server that reflects most recent changes (can not get out of date)
Everywhere1 Gets cached everywhere including system tiers where data can get stale
See Also