Share via


Catalog.ClearCache Method

Definition

Removes all cached tables from the in-memory cache. You can either clear all cached tables at once using this or clear each table individually using UncacheTable("tableName").

public void ClearCache ();
member this.ClearCache : unit -> unit
Public Sub ClearCache ()

Applies to