You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

get_cache_value()

Usage

get_cache_value(key)

Description

Retrieves the cached value for the given key. Returns null if no cached value exists.

Example

${get_cache_value('externalResult')}

Search results for "get_cache_value()"

get_cache_value()

Retrieves the cached value for the given key.

Returns null if there is no stored value for the given key or if the stored value is expired.

get_cache_value(key)