Try our conversational search powered by Generative AI!

Delegate ExternalCacheChangedHandler

Delegate to handle a change in the cache

Namespace: EPiServer.Data.Cache
Assembly: EPiServer.Data.dll
Version: 11.20.7
Syntax
public delegate void ExternalCacheChangedHandler(string key);
Parameters
Type Name Description
System.String key

The key of the item to has changed

Constructors

ExternalCacheChangedHandler(Object, IntPtr)

Declaration
public ExternalCacheChangedHandler(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(String, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(string key, AsyncCallback callback, object object)
Parameters
Type Name Description
System.String key
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(String)

Declaration
public virtual void Invoke(string key)
Parameters
Type Name Description
System.String key

Extension Methods