Removes the item in the cache.

Namespace: MonoSoftware.Web.Caching
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
void Remove(
	string key
)
Visual Basic
Sub Remove ( 
	key As String
)
Visual C++
void Remove(
	String^ key
)
F#
abstract Remove : 
        key : string -> unit 

Parameters

key
Type: System..::..String
Key for item that should be removed.

See Also