The EaxCacheMode enumeration contains types of caching mechanisms that can be used when working with data sources.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | None. Caching mechanism is not determined. |
| 1 | Blob. In-Memory caching with the use of global cache. |
| 2 | File. In-Memory caching with the use of. |
For details about available caching mechanisms and their setup methods see the Caching subsection.
See also: