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.