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. |