Removes all the items 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 RemoveAll(
	string key
)
Visual Basic
Public Sub RemoveAll ( 
	key As String
)
Visual C++
public:
virtual void RemoveAll(
	String^ key
) sealed
F#
abstract RemoveAll : 
        key : string -> unit 
override RemoveAll : 
        key : string -> unit 

Parameters

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

Implements

ICacheProvider..::..RemoveAll(String)

See Also