IMetabaseCache.MetabaseFlush

Syntax

MetabaseFlush(Key: Integer): Boolean;

Parameters

Key. Repository object key.

Description

The MetabaseFlush method flushes cache of repository object without flushing of assemblies cache.

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