IMetabaseCache.MetabaseFlush

Syntax

MetabaseFlush(Key: Integer): Boolean;

Parameters

Key. Repository object key.

Description

The MetabaseFlush method cleans repository object cache without cleaning cache of links to assembly objects and their dependencies.

Comments

The method work is similar to that of the FlushInstance and FlushInstanceById methods, except the cases when development environment key is passed. In this case assembly cache for the specified object is not flushed.

See also:

IMetabaseCache