Is there a way to get Cache::get() to throw CacheNotFoundException depending on the environment? I'm trying to make it so the cache only runs when in production and I'm ending up writing code like this. Or is there maybe a better way to go about this?