Gets the cache with the given key.

Syntax

Smartsite SXML CopyCode image Copy Code
any cache.get(string key)

Parameters

Name Data Type Description
key String The key.

Return Value

Data Type Description
Any Object

Expand image Example

SXML