Remove item from remote cache listeners.

Namespace:  EPiServer
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public static void RemoveRemoteOnly(
	string key
)

Parameters

key
Type: System..::.String
The cache key to remove

Remarks

This method will not update version or remove item from local cache.

See Also