Gets the item.
Namespace: DotNetNuke.Services.CacheAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public virtual Object GetItem( string cacheKey ) |
| Visual Basic |
|---|
Public Overridable Function GetItem ( cacheKey As String ) As Object |
Parameters
- cacheKey
- Type: System..::..String
The cache key.