Flush cached data for a data type in the specified data scope.
Namespace: Composite.Data.CachingAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static void ClearCache(
Type interfaceType,
DataScopeIdentifier dataScopeIdentifier
) |
Visual Basic |
---|
Public Shared Sub ClearCache ( _
interfaceType As Type, _
dataScopeIdentifier As DataScopeIdentifier _
) |
Visual C++ |
---|
public:
static void ClearCache(
Type^ interfaceType,
DataScopeIdentifier^ dataScopeIdentifier
) |
Parameters
- interfaceType
- Type: System..::..Type
The type of data to flush from the cache
- dataScopeIdentifier
- Type: DataScopeIdentifier
The data scope to flush
See Also