| CachedSectionTData Constructor (TData, CacheSettings) | 
            Constructor.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic CachedSection(
	ref TData result,
	CacheSettings settings
)
Parameters
- result
 - Type: TData
Returns the result of the cached data if available - settings
 - Type: CMS.HelpersCacheSettings
Cache settings 
See Also