A delegate that, if provided, is called when an object is removed from the cache. You can use this to notify applications when their objects are deleted from the cache.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public CacheItemRemovedCallback ItemRemoveCallback { get; set; }
Visual Basic
Public Property ItemRemoveCallback As CacheItemRemovedCallback
	Get
	Set
Visual C++
public:
property CacheItemRemovedCallback^ ItemRemoveCallback {
	CacheItemRemovedCallback^ get ();
	void set (CacheItemRemovedCallback^ value);
}

See Also