MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​BackendsCaching­BackendItem­Removed
Open sandboxFocus

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: Metalama.Patterns.Caching.Backends
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public event EventHandler<CacheItemRemovedEventArgs> ItemRemoved
Returns
Type Description
EventHandler<CacheItemRemovedEventArgs>