This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Get the object from the cache for the key.
Namespace: Smartsite.Tools.Caching
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public GetData( string key ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function GetData ( _ key As _ ) As |
Parameters
- key
- String
The key whose value to get.
Return Value
The value associated with the specified key.See Also
Cache Class
Smartsite.Tools.Caching Namespace