Remove a CacheItem and update all machines if any (works also when EasyCache is not Active)

Use this instead of Remove() in order to support multiple machines.

Remarks

When no other machines are defined it will behave as Remove()

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

Syntax

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

Parameters

key
Type: System..::.String

See Also