CachingBackendEnhancer.OnBackendItemRemoved Method |
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
protected virtual void OnBackendItemRemoved( Object sender, CacheItemRemovedEventArgs args )
Parameters
- sender
- Type: System.Object
The sender (typically the value of the UnderlyingBackend property). - args
- Type: PostSharp.Patterns.Caching.Implementation.CacheItemRemovedEventArgs
The CacheItemRemovedEventArgs.