ICacheProviderInvalidate Method

Removes the data from cache.

Namespace: Dundas.BI.Extensibility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
bool Invalidate(
	string key
)

Parameters

key  String
The unique key of the data.

Return Value

Boolean
if the data is succesfully deleted from cache; otherwise, .
Exceptions
ExceptionCondition
ArgumentExceptionkey was or empty.
See Also