PHPackages                             jmiy/i-cache-3-1 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. jmiy/i-cache-3-1

ActiveLibrary[Caching](/categories/caching)

jmiy/i-cache-3-1
================

Illuminate Cache for Hyperf

096PHP

Since Feb 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Jmiy/i-cache-3-1)[ Packagist](https://packagist.org/packages/jmiy/i-cache-3-1)[ RSS](/packages/jmiy-i-cache-3-1/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 缓存系统
============

[](#laravel-缓存系统)

[illuminate/cache](https://github.com/illuminate/cache)

安装
--

[](#安装)

```
composer require jmiy/i-cache-3-1

```

配置
--

[](#配置)

创建配置文件

```
php bin/hyperf.php vendor:publish jmiy/i-cache-3-1
```

配置如下

> 因为其他缓存驱动暂时无法被协程化，所以只支持 array file 和 redis

```
