Click or drag to resize
CacheHelper.TryGetItem 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: 12.0.0
Syntax
C#
public static bool TryGetItem(
	string key,
	bool caseSensitive,
	out Object value
)

Parameters

key
Type: System.String
Cache key
caseSensitive
Type: System.Boolean
Cache key is case sensitive
value
Type: System.Object
Returning the value of the object

Return Value

Type: Boolean
See Also