Autodesk Vault ProfessionalVault API

ClearCache Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.ConnectionsConnection

Clears the specified cached data from the connection

Syntax

public void ClearCache(
   CachedObjects cachesToClear
)
Public Sub ClearCache( _
   ByVal cachesToClear As CachedObjects _
) 

Parameters

NameDescription
cachesToClearThe cached objects to clear.

Remarks

This method could be used when F5 is hit in an application. In that case, the PropertyDefinition cache may be cleared so that the application has all of the latest property values.

See Also