AdvancedGetFileServiceSaveOutputDataToCache Method |
Saves the data for current request to cache.
Namespace: CMS.Routing.WebAssembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 13.0.131
Syntax 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