Looking to hire Laravel developers? Try LaraJobs

laravel-dual-cache maintained by istyle-inc

Description
dual cache provider
Last update
2018/09/19 11:30 (dev-master)
License
Links
Downloads
2
Tags

Comments
comments powered by Disqus

Istyle\LaravelDualCache

Build Status Coverage Status Scrutinizer Code Quality

License Latest Version Total Downloads

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',
],