DataCacheHelperGetCacheDependencyEventHandlerObjectType Delegate |
Handler to get the cache dependency for particular object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public delegate CMSCacheDependency GetCacheDependencyEventHandler<ObjectType>(
ObjectType obj,
string key,
string context
)
Parameters
- obj
- Type: ObjectType
Cached object - key
- Type: SystemString
Object key - context
- Type: SystemString
Context string
Type Parameters
- ObjectType
Return Value
Type:
CMSCacheDependencySee Also