IMetabaseObjectCache.Open

Syntax

Open(Params: IMetabaseObjectParamValues): IMetabaseObjectInstance;

Parameters

Params - object parameters in accordance to that it is necessary to get an object instance from cache.

Description

The Open method opens an instance of an object from cache.

Comments

If in cache there is not a record created while opening an object with specified parameters, the method returns Null.

See also:

IMetabaseObjectCache