IMetabaseObjectInstanceCacheKeeper.Clear

Syntax

Clear([Key: Integer = -1]): Boolean;

Clear(Key: uinteger): boolean;

Parameters

Key. Key of the caching object.

Description

The Clear method clears cache of the specified caching object.

Comments

By default the method deletes all cached instances of the caching object in the storage of cached objects.

It is possible for cubes to specify the key of the particular variant of cube layout, for which it is required to clear cache.

See also:

IMetabaseObjectInstanceCacheKeeper