PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​BackendsTwo­Layer­Caching­Backend­EnhancerRemove­Item­Core
Open sandboxFocus

TwoLayerCachingBackendEnhancer.RemoveItemCore Method

RemoveItemCore(String)

Removes a cache item from the cache given its key. This protected method is part of the implementation API and is meant to be overridden in user code, not invoked. Arguments are already validated by the consumer API.

Declaration
protected override void RemoveItemCore(string key)
Parameters
Type Name Description
String key

The key of the cache item.

Overrides
CachingBackendEnhancer.RemoveItemCore(String)