PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​BackendsTwo­Layer­Caching­Backend­EnhancerOn­Backend­Item­Removed
Open sandboxFocus

TwoLayerCachingBackendEnhancer.OnBackendItemRemoved Method

OnBackendItemRemoved(Object, CacheItemRemovedEventArgs)

Method invoked when the ItemRemoved event of the next UnderlyingBackend in the chain of responsibility is invoked.

Declaration
protected override void OnBackendItemRemoved(object sender, CacheItemRemovedEventArgs args)
Parameters
Type Name Description
Object sender

The sender (typically the value of the UnderlyingBackend property).

CacheItemRemovedEventArgs args

The CacheItemRemovedEventArgs.

Overrides
CachingBackendEnhancer.OnBackendItemRemoved(Object, CacheItemRemovedEventArgs)