Gets the data using the cache.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- param1
- Type: P1Type
First parameter
- param2
- Type: P2Type
Second parameter
- param3
- Type: P3Type
Third parameter
- param4
- Type: P4Type
Fourth parameter
- param5
- Type: P5Type
Fifth parameter
- param6
- Type: P6Type
Sixth parameter
- param7
- Type: P7Type
Seventh parameter
- param8
- Type: P8Type
Eight parameter
- param9
- Type: P9Type
Nineth parameter
- param10
- Type: P10Type
Tenth parameter
- handler
- Type: CMS.DataEngine DataCacheHelper GetEventHandler10 ReturnType, P1Type, P2Type, P3Type, P4Type, P5Type, P6Type, P7Type, P8Type, P9Type, P10Type
Handler to retrieve the data from the database
- key
- Type: System String
Cache key to use
- cacheMinutes
- Type: System Int32
Cache minutes
- requestCache
- Type: System Boolean
Use request cache
- dependencyCallback
- Type: CMS.DataEngine DataCacheHelper GetCacheDependencyEventHandler ReturnType
Callback to get the cache dependency for the object
- context
- Type: System String
Context string
Return Value
Type: ReturnTypeSee Also