CacheHelper RegisterDependencyCallback TTarget  Method Kentico 8.1 API Reference
Registers a cache callback for given list of cache dependencies

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

key
Type: OnlineSystem 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: OnlineSystem Action TTarget, OnlineObject 
Callback handler
parameter
Type: OnlineSystem Object
Callback parameter
useManagedThread (Optional)
Type: OnlineSystem Boolean
If true, managed thread (CMSThread) is used for the callback
See Also