Mindscape LightSpeed - User Reference & API Documentation
GetItem Method (key)
API ReferenceMindscape.LightSpeed.CachingICacheGetItem(String)
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)