{CompanyName} FlexyGo

MyCache..::..GetItem Method

Gets an item from the cache.

Namespace:  FLEXYGO.Caching
Assembly:  flxSession (in flxSession.dll)

Syntax


public static Object GetItem(
	string key
)
Public Shared Function GetItem ( _
	key As String _
) As Object

Parameters

key
Type: String
The item key.

Return Value

System.Object.