IMetabaseCache.MetabaseFlushAll

Fore Syntax

MetabaseFlushAll;

Fore.NET Syntax

MetabaseFlushAll();

Description

The MetabaseFlushAll method flushes cache of repository objects without flushing of assemblies cache.

Comments

On executing the method cached data of objects stored in the repository cache are flushed. Assemblies cache (cache that stores compiled development environment objects) will not be flushed.

See also:

IMetabaseCache