{CompanyName} FlexyGo

MyCache..::..AddItem Method (String, Object)

Adds an item to the cache.

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

Syntax


public static void AddItem(
	string key,
	Object item
)
Public Shared Sub AddItem ( _
	key As String, _
	item As Object _
)

Parameters

key
Type: String
The item key.
item
Type: Object
The item.