Open this page in the API Guide

ICacheService.GetData Method

Gets the data using key.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
Object? GetData(
	string key
)

Parameters

key
Type: System.String
The key of the data to be retrieved.

Return Value

Type: Object
The value if it exists in cache; otherwise, null.
Exceptions
ExceptionCondition
ArgumentExceptionkey was null or empty.
See Also