simexis/cache
Composer 安装命令:
composer require simexis/cache
包简介
Cache for laravel 5
README 文档
README
Laravel 5 replace default cache
In "config/app.php" replace
- Illuminate\Cache\CacheServiceProvider::class,
with
- Simexis\Cache\CacheServiceProvider::class,
Usage
//set cache \Cache::set('category.list', $categories); //get cache $categories = \Cache::get('category.list'); //delete cache \Cache::forget('category.list'); //or \Cache::forget('category.*'); // delete all cache where key is category.{somename}
统计信息
- 总下载量: 42
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-02-10