EaxCacheMode

Description

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:

Available Values

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..

Comments

For details about available caching mechanisms and their setup methods see the Caching subsection.

See also:

Express Assembly Enumerations