[This is preliminary documentation and is subject to change.]
Stipulates where data gets cached
Namespace: NFX.DataAccess.DistributedAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | -1 | Does not get cached | |
LatestData | 0 | 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) | |
Everywhere | 1 | Gets cached everywhere including system tiers where data can get stale |
See Also