ICacheServiceHasKey Method

Checks if the key exists in cache.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool HasKey(
	string key
)

Parameters

key
Type: SystemString
The unique key of the data.

Return Value

Type: Boolean
if there is a key exists in the cache; otherwise, .
Exceptions
ExceptionCondition
ArgumentExceptionkey was or empty.
See Also