Metabase.flushCache

Syntax

flushCache(callback, errorCallback)

Parameters

callback. Callback procedure.

errorCallback. Callback procedure when method is executed with errors.

Description

The flushCache method flushes all repository cache.

Example

The example of use is given in description of the Metabase.refresh method.

See also:

Metabase