Click or drag to resize
HierarchyHelperGetResultFromCache Method
Tries find exported data and TranslationHelper in cache.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected static string GetResultFromCache(
	ExportObjectSettings settings,
	string storageKey,
	string key
)

Parameters

settings
Type: CMS.DataEngineExportObjectSettings
Export settings object
storageKey
Type: SystemString
Storage key
key
Type: SystemString
Cache key

Return Value

Type: String
See Also