DataCacheHelper.GetCached7<ReturnType, P1Type, P2Type, P3Type, P4Type, P5Type, P6Type, P7Type> Method |
Gets the data using the cache.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic static ReturnType GetCached7<ReturnType, P1Type, P2Type, P3Type, P4Type, P5Type, P6Type, P7Type>(
P1Type param1,
P2Type param2,
P3Type param3,
P4Type param4,
P5Type param5,
P6Type param6,
P7Type param7,
DataCacheHelper. GetEventHandler7<ReturnType, P1Type, P2Type, P3Type, P4Type, P5Type, P6Type, P7Type> handler,
string key,
int cacheMinutes,
bool requestCache,
DataCacheHelper. GetCacheDependencyEventHandler<ReturnType> dependencyCallback,
string context
)
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 - handler
- Type: CMS.DataEngine.DataCacheHelper.GetEventHandler7<ReturnType, P1Type, P2Type, P3Type, P4Type, P5Type, P6Type, P7Type>
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
Type Parameters
- ReturnType
- Return type
- P1Type
- First parameter type
- P2Type
- Second parameter type
- P3Type
- Third parameter type
- P4Type
- Fourth parameter type
- P5Type
- Fifth parameter type
- P6Type
- Sixth parameter type
- P7Type
- Seventh parameter type
Return Value
Type:
ReturnType
See Also