Please format your code blocks using three backtics:
```
// Your code goes here.
```
You're calling Cache::has($key), which checks if the key exists in cache. If it doesn't, you get a cache miss. You're not putting anything in the cache, at least in this code. I don't know if it's "wrong". It depends on what you're trying to do.