For Babelfish Release 1.11.3.13

InitializerClearCache Method

Clears all cache from the BabelFish library. With option to run the Definition.PreLoad() method to load common Definition files.

Definition

Namespace: Scopos.BabelFish.Runtime
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public static void ClearCache(
	bool runPreLoad = true
)

Parameters

runPreLoad  Boolean  (Optional)
If true, pre-loads the definition cache with standard set of Definitions. Intended to be set to false during unit testing to avoid excessive API calls.

See Also