SqlCacheHelper..::..Exists Method

Check for item in cache

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static bool Exists(
	string key
)

Parameters

key
Type: String
Name of cached item

Return Value

true if XXXX, false otherwise.