Removes the item from the repository.

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

Syntax

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

Parameters

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

See Also