IMetabaseCache.GetInstance

Syntax

GetInstance(Key: Integer; ParamValues: IMetabaseObjectParamValues): IMetabaseObjectInstance;

Parameters

Key. Object key.

ParamValues. Values of parameters that were used for object opening.

Description

The GetInstance method returns an object instance from repository cache by key and specified parameters set.

Comments

An object is put in repository cache while the first opening. If an object is opened with different parameters caching is performed for each parameters set.

If the cache does not contain a specified object or an object instance for specified parameters values, the method returns Null.

See also:

IMetabaseCache