Remove all 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(
	params Object[] keyParameters
)
Visual Basic
Public Sub RemoveAll ( 
	ParamArray keyParameters As Object()
)
Visual C++
public:
void RemoveAll(
	... array<Object^>^ keyParameters
)
F#
member RemoveAll : 
        keyParameters : Object[] -> unit 

Parameters

keyParameters
Type: array<System..::..Object>[]()[][]
Key parameters in cache key of the item that should be removed.

See Also