Open this page in the API Guide

IOlapCubeService.ClearDataResultCache Method

Clears all the results based on the specified OLAP cube from the data result cache.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
bool ClearDataResultCache(
	Guid olapCubeId
)

Parameters

olapCubeId
Type: System.Guid
The OLAP cube ID.

Return Value

Type: Boolean
Exceptions
ExceptionCondition
ArgumentExceptionolapCubeId is Empty.
NotFoundExceptionThe specified OLAP cube could not be found.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also