CacheCheck
If | Then.... |
---|---|
Cannot read/write to Laravels cache | 🚨 Fail |
Custom cache driver​
By default, this check will use the default cache driver in your application's config. If you want to check a different cache driver, you can change the driver like so:
<?php
CacheCheck::make()->driver('redis');