IMetabaseObjectCache.Open

Syntax

Open(Params: IMetabaseObjectParamValues): IMetabaseObjectInstance;

Parameters

Params - object parameters, in accordance to which one should get an object instance from cache.

Description

The Open method opens an object instance from cache.

Comments

If cache does not have a record created while opening an object with specified parameters, the method returns Null.

See also:

IMetabaseObjectCache