Click or drag to resize
CacheHelperGetInternal Method
Gets the item from the cache.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
protected virtual Object GetInternal(
	string key,
	bool useFullKey
)

Parameters

key
Type: SystemString
Cache key
useFullKey
Type: SystemBoolean
If true, the full cache key is used

Return Value

Type: Object
See Also