Checks whether the given cache exists.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean cache.exists(string key)

Parameters

Name Data Type Description
key String The key.

Return Value

Data Type Description
Boolean Boolean
SXML