Click or drag to resize
CachedSectionTData Constructor (TData, CacheSettings)
Creates new instance of CachedSection.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
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