Check if a cache object already exist

Returns false 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 Exist ( _
	key As String _
) As Boolean
C#
public bool Exist(
	string key
)
Visual C++
public:
bool Exist(
	String^ key
)
JavaScript
function exist(key);

Parameters

key
Type: System..::.String

Return Value

bool

See Also