mk_check_cache — Check for cached test result
MODULES="... core ..."
mk_check_cache
var
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.