Mindscape LightSpeed - User Reference & API Documentation
RemoveItem Method (key)
API ReferenceMindscape.LightSpeed.CachingMemcachedCacheRemoveItem(String)
Removes the specified item from the cache.
Declaration Syntax
C#Visual Basic
public void RemoveItem(
	string key
)
Public Sub RemoveItem ( _
	key As String _
)
Parameters
key (String)
The key of the item to be removed.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)