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

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 10.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