Enum DataCaching
Stipulates where data gets cached
Namespace: NFX.DataAccess.Distributed
Assembly: NFX.dll
Syntax
public enum DataCaching
Fields
Name | Description |
---|---|
Everywhere | Gets cached everywhere including system tiers where data can get stale |
LatestData | 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) |
None | Does not get cached |