Click or drag to resize
CachedSectionTData Constructor (TData, CacheSettings)
Constructor.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
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