required >= PHP 7.0
$ composer require istyle-inc/laravel-dual-cache
Supported Auto-Discovery(^Laravel5.5)
added config/cache.php
'your-cache-driver-name' => [
'driver' => 'dual-cache',
'primary' => 'memcached',
'secondary' => 'file',
],