ICacheProviderGetData Method  | 
 
            Gets the data using key.
            
 
    Namespace: 
   Dundas.BI.Extensibility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxObject? 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