CachedSectionTData Constructor (TData, CacheSettings) |
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public 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