ClearCache Method
Clears the specified cached data from the connection
Syntax
public void ClearCache(
CachedObjects cachesToClear
)Public Sub ClearCache( _
ByVal cachesToClear As CachedObjects _
) Parameters
| Name | Description |
|---|---|
| cachesToClear | The 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.