Delegate CMSCacheItemRemovedCallback
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
stringThe key that is removed from the cache.
value
objectThe item associated with the key removed from the cache.
reason
CMSCacheItemRemovedReasonThe reason the item was removed from the cache.
- Extension Methods