DataCacheHelper.GetCachedObject Method (Guid, DataCacheHelper.GetEventHandler1<BaseInfo, Guid>, String, Int32, Boolean, DataCacheHelper.GetCacheDependencyEventHandler<BaseInfo>, String)Kentico 8.0 API Reference
Gets the object by its GUID using the cache.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

guid
Type: OnlineSystem.Guid
Guid of the object
handler
Type: CMS.DataEngine.DataCacheHelper.GetEventHandler1<BaseInfo, OnlineGuid>
Handler to retrieve the object from the database
key
Type: OnlineSystem.String
Cache key to use
cacheMinutes
Type: OnlineSystem.Int32
Cache minutes
requestCache
Type: OnlineSystem.Boolean
Use request cache
dependencyCallback
Type: CMS.DataEngine.DataCacheHelper.GetCacheDependencyEventHandler<BaseInfo>
Callback to get the cache dependency for the object
context
Type: OnlineSystem.String
Context string

Return Value

Type: BaseInfo
See Also