TermStore.FlushCache Method
Flushes the cache so that the most recent changes to the TermStore object will be viewed.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Sub FlushCache
'Usage
Dim instance As TermStore
instance.FlushCache()
public void FlushCache()
Remarks
Usually there is no need to call this method explicitly because changes to the TermStore through CommitAll() method calls automatically update the cache.