Removes the specified item from the cache.

Namespace:  Mindscape.LightSpeed.Caching
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public void RemoveItem(
	string key
)
Visual Basic (Declaration)
Public Sub RemoveItem ( _
	key As String _
)

Parameters

key
Type: System..::.String
The key of the item to be removed.

Implements

ICache..::.RemoveItem(String)

See Also