Check if a cache object already exist
Namespace:
MicroMighty.SDK.Net.ToolsReturns false when EasyCache is not Active
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