Gets an item from the cache.

Namespace:  Mindscape.LightSpeed.Caching
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public Object GetItem(
	string key
)
Visual Basic (Declaration)
Public Function GetItem ( _
	key As String _
) As Object

Parameters

key
Type: System..::.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.

Implements

ICache..::.GetItem(String)

See Also