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. The In-Memory caching with the use of global cache. |
2 | File. The In-Memory caching with the use of file cache.. |
For details about available caching mechanisms and their setup methods see the Caching subsection.
See also: