CacheHelperTryGetItem Method (String, Object) |
Returns true if the cache contains the item with specified key.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static bool TryGetItem(
string key,
out Object value
)
Parameters
- key
- Type: SystemString
Cache key - value
- Type: SystemObject
Returning the value of the object
Return Value
Type:
BooleanSee Also