if (is_null($name)) { return Cache::clear($value); }
if (is_null($value)) { return Cache::clear($name); }