IMemoryCache.Remove(Object) Method

Definition

Removes the object associated with the given key.

public:
 void Remove(System::Object ^ key);
public void Remove (object key);
abstract member Remove : obj -> unit
Public Sub Remove (key As Object)

Parameters

key
Object

An object identifying the entry.

Applies to