Namespace:  EPiServer.Common.Cache
Assembly:  EPiServer.Common.Cache (in EPiServer.Common.Cache.dll) Version: 4.1.517.380

Syntax

C#
public delegate void RemoveCacheEventHandler(
	string key,
	Object val,
	CacheItemRemovedReason reason
)

See Also