Open this page in the API Guide

ICacheService.Invalidate Method

Removes the data from cache.

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

Parameters

key
Type: System.String
The unique key of the data.

Return Value

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