IMetabase.Cache

Syntax

Cache: IMetabaseCache;

Description

The Cache property returns the repository cache contents.

Comments

Cached data of the objects being opened is stored in repository cache. Data in cache is stored only within the current connection with the repository. Data caching enables reducing the number of queries to repository base, which accelerates operations with objects on the local computer. Caching is executed for each set of parameters, if operations with parameterized objects are executed.

See also:

IMetabase