ICacheServiceGetData Method

Gets the data using key.

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

Parameters

key
Type: SystemString
The key of the data to be retrieved.

Return Value

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