MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​BackendsCaching­BackendRemove­Item
Open sandboxFocus

CachingBackend.RemoveItem Method

RemoveItem(String)

Removes a cache item from the cache given its key.

Declaration
public void RemoveItem(string key)
Parameters
Type Name Description
String key

The key of the cache item.