Registers a cache callback for given list of cache dependencies
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- key
- Type:
System String
Cache key to use
- cd
- Type: CMS.Helpers CMSCacheDependency
Cache dependency to which bind the handler
- target
- Type: TTarget
Target object for the callback
- handler
- Type:
System Action TTarget,
Object
Callback handler
- parameter
- Type:
System Object
Callback parameter
- useManagedThread (Optional)
- Type:
System Boolean
If true, managed thread (CMSThread) is used for the callback
See Also