Mindscape LightSpeed - User Reference & API Documentation
GetItem Method (key)
API Reference
►
Mindscape.LightSpeed.Caching
►
ICache
►
GetItem(String)
C#
Visual Basic
Gets an item from the cache.
Declaration Syntax
C#
Visual Basic
Object
GetItem
(
string
key
)
Function
GetItem
( _
key
As
String
_ )
As
Object
Parameters
key
(
String
)
The key of the item.
Return Value
The item, if present, otherwise null.
Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)