CacheLogGetInformation Method |
Returns formatted information for given parameters.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax public static string GetInformation(
Page page,
Object cacheKey,
Object dependencies,
Object cacheValue,
Object cacheOperation
)
Parameters
- page
- Type: System.Web.UIPage
Page object - cacheKey
- Type: SystemObject
Cache key - dependencies
- Type: SystemObject
Cache dependencies - cacheValue
- Type: SystemObject
Cache value - cacheOperation
- Type: SystemObject
Cache operation
Return Value
Type:
StringSee Also