Name

mk_check_cache — Check for cached test result

Synopsis

MODULES="... core ..."

mk_check_cache var

Description

Checks if a variable has been previously cached by mk_cache. On success, both var and result are set the the cached value, and true is returned. Otherwise, false is returned.