Click or drag to resize
AdvancedGetFileHandlerSaveOutputDataToCache Method
Saves the data for current request to cache.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected virtual void SaveOutputDataToCache(
	byte[] data,
	CMSCacheDependency cd
)

Parameters

data
Type: SystemByte
Data to cache
cd
Type: CMS.HelpersCMSCacheDependency
Cache item dependency
Remarks
If the data is null, nothing is saved to the cache
See Also