Catalog.FlushCache Method
Flushes memory caches held by the catalog.
FlushCache()
Flushes memory caches held by the catalog.Syntax
public void FlushCache ()
Remarks
This method is used to release some memory caches held directly or indirectly by this Catalog instance.
Specifically, it locates all datasets previously loaded by the LoadDataSet and LoadMap methods, and calls DataSet.FlushCache on them.
Platforms
Windows, Linux, Android