wearesho-team/yii2-simple-cache-adapter
最新稳定版本:1.1.0
Composer 安装命令:
composer require wearesho-team/yii2-simple-cache-adapter
包简介
README 文档
README
An Adapter for SimpleCache (PSR-16) to Yii2 cache
This library originally developed by devonliu02, now maintained by Wearesho Team
Installation
composer require wearesho-team/yii2-simple-cache-adapter
Usage
<?php use Wearesho\SimpleCache; $adapter = new SimpleCache\Adapter; // will use \Yii::$app->cache by default $customAdapter = new SimpleCache\Adapter([ 'cache' => [ 'class' => \yii\caching\ArrayCache::class, // or your custom \yii\caching\CacheInterface implementation ], ]);
Contributors
License
统计信息
- 总下载量: 16.81k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-04