Table of Contents

Delegate CMSCacheItemRemovedCallback

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

Defines a callback method for notifying applications when a cached item is removed from the cache.

public delegate void CMSCacheItemRemovedCallback(string key, object value, CMSCacheItemRemovedReason reason)

Parameters

key string

The key that is removed from the cache.

value object

The item associated with the key removed from the cache.

reason CMSCacheItemRemovedReason

The reason the item was removed from the cache.

Extension Methods