CacheHelperGetItem Method |
Gets item from cache.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static Object GetItem(
string key,
bool caseSensitive = false
)
Parameters
- key
- Type: SystemString
Cache key - caseSensitive (Optional)
- Type: SystemBoolean
Cache key is case sensitive
Return Value
Type:
Objectobject from cache
See Also