Cache: IMetabaseCache;
The Cache property returns repository cache contents.
Repository cache stores cached data of opened objects. Data in cache is stored only in the current repository connection. Data caching allows for reducing the number of queries to repository database, which speeds up working with objects on a local computer. Caching is executed for each set of parameters if operations with parametric objects are executed.
See also: