Mindscape LightSpeed - User Reference & API Documentation
GetItem Method (key)
API ReferenceMindscape.LightSpeed.CachingDefaultCacheGetItem(String)
Gets an item from the cache.
Declaration Syntax
C#Visual Basic
public Object GetItem(
	string key
)
Public Function GetItem ( _
	key As String _
) As Object
Parameters
key (String)
The key of the item to get.
Return Value
The item or null if no item with the supplied key was present in the cache.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)