Click or drag to resize
CacheHelperTryGetItem Method (String, Boolean, Object)
Returns true if the cache contains the item with specified key.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool TryGetItem(
	string key,
	bool caseSensitive,
	out Object value
)

Parameters

key
Type: SystemString
Cache key
caseSensitive
Type: SystemBoolean
Cache key is case sensitive
value
Type: SystemObject
Returning the value of the object

Return Value

Type: Boolean
See Also