Istyle\LaravelDualCache


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