CacheHelperGetInternal Method |
Gets the item from the cache.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax 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:
ObjectSee Also