Click or drag to resize
ICacheDependencyCallback Interface
Interface which allows the object to execute a PerformCallback method when the object is removed from the cache if the cache dependency has changed

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public interface ICacheDependencyCallback

The ICacheDependencyCallback type exposes the following members.

Methods
  NameDescription
Public methodPerformCallback
Executes the callback to the target object
Top
See Also