| CacheLogGetInformation Method | 
            Returns formatted information for given parameters.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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: 
String See Also
See Also