Removes an item from the cache.

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

Syntax

C#
public static void RuntimeCacheRemove(
	string key
)

Parameters

key
Type: System..::.String
The key of the item to remove.

See Also