Get a cache item

Returns null when EasyCache is not Active

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public Function Item ( _
	key As String _
) As Object
C#
public Object Item(
	string key
)
Visual C++
public:
Object^ Item(
	String^ key
)
JavaScript
function item(key);

Parameters

key
Type: System..::.String

Return Value

object

See Also