SqlCacheHelper
.
.
::
.
.
Exists Method
Check for item in cache
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
public
static
bool
Exists
(
string
key
)
Parameters
key
Type:
String
Name of cached item
Return Value
true
if XXXX,
false
otherwise.
See Also
SqlCacheHelper Class
Core Namespace