PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCaching­BackendRemove­Item
Open sandboxFocus

CachingBackend.RemoveItem Method

RemoveItem(String)

Removes a cache item from the cache given its key.

Declaration
public void RemoveItem([Required] string key)
Parameters
Type Name Description
System.String key

The key of the cache item.