IDimInstance.SaveCache

Fore Syntax

SaveCache: Boolean;

Fore.NET Syntax

SaveCache(): Boolean;

Description

The SaveCache method saves cache of an open dictionary.

Comments

The method can be used on the servers:

To get supported DBMS versions, see theSupported DBMS section.

Example

The example of how this method can be used is available in description of IMetabaseObjectInstanceCacheKeeper.Database.

See also:

IDimInstance