MetabaseObjectCachingMode

Description

The MetabaseObjectCachingMode enumeration is used to determine a caching mode.

It is used by the following property:

Available Values

Value Brief description
0 Default_. Default value. It is used for all repository objects.
1 DontCache. After repository object is opened, it is not cached, on each new opening the non-cached version of repository object is opened.
2 FlushCacheByTimestamp. When opening an object is opened, rewritten and saved to cache if time selection of cached object is less than time selection of object in database.

Comments

Value of the MetabaseObjectCachingMode enumeration can be changed only for the dictionaries, including MDM dictionaries of any type.

See also:

Metabase Assembly Enumerations