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
)
Function GetData (
key As String
) As Object
Object^ GetData(
String^ key
)
abstract GetData :
key : string -> Object
Parameters
- key
- Type: SystemString
The key of the data to be retrieved.
Return Value
Type:
ObjectThe value if it exists in cache; otherwise,
.
Exceptions See Also