Click or drag to resize
CacheHelperGetFullKeyInternal Method
Gets the full cache key with the prefix

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetFullKeyInternal(
	string key
)

Parameters

key
Type: SystemString
Cache key

Return Value

Type: String
See Also