IMemoryCache.Remove(Object) 方法
定义
删除与给定键关联的对象。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)
参数
- key
- Object
用于标识项的对象。An object identifying the entry.