here I\'m trying to store key
$code = mt_rand(111111, 999999); Cache::put(\'notification\', $code, 600);
and in another function I tr