Removes all items that starts with the key that is passed as a parameter.

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

Syntax

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

Parameters

key
Type: System..::..String
Key that must be present in a key that is to be removed.

See Also