ICacheProviderGetData Method |
Gets the data using key.
Namespace: Dundas.BI.ExtensibilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxObject? GetData(
string key
)
Function GetData (
key As String
) As Object
Object^ GetData(
String^ key
)
abstract GetData :
key : string -> Object Parameters
- key String
- The key of the data to be retrieved.
Return Value
ObjectThe value if it exists in cache; otherwise,
.
Exceptions
See Also