The MetabaseObjectCachingMode enumeration is used to determine caching mode.
It is used by the following property:
| 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. After object is opened, it is opened, rewritten and saved to cache, if time selection of cached object is less, than time selection of object in database. |
Value of the MetabaseObjectCachingMode enumeration can be changed only for the dictionaries, including MDM dictionaries of any type.
See also: