CachingBackend.ItemRemoved Event |
Event raised when a cache item is removed from the cache. Check the Events
property to see if the current CachingBackend supports events.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 5.0.55.0 (5.0.55.0)
C#
public event EventHandler<CacheItemRemovedEventArgs> ItemRemoved