The has method may be used to determine if an item exists in the cache. This method will also return false if the item exists but its value is null:
has
false
null
if (Cache::has('key')) { // }