Remove a CacheItem (works also when EasyCache is not Active)

Use RemoveFromAllMachines() in order to support multiple machines.

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

Syntax

Visual Basic (Declaration)
Public Sub Remove ( _
	key As String _
)
C#
public void Remove(
	string key
)
Visual C++
public:
void Remove(
	String^ key
)
JavaScript
function remove(key);

Parameters

key
Type: System..::.String

See Also