MetabaseFlushAll;
MetabaseFlushAll();
The MetabaseFlushAll method flushes cache of repository objects without flushing of assemblies cache.
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: