InitializerClearCache Method
Clears all cache from the BabelFish library. With option to run the Definition.PreLoad() method to load common Definition files.
Namespace: Scopos.BabelFish.RuntimeAssembly: BabelFish (in BabelFish.dll) Version: 1.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
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.