Removes the cache with the given key.

Syntax

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

Parameters

Name Data Type Description
key String The key.

Return Value

Data Type Description
Boolean Boolean
SXML