PHPackages                             limingxinleo/i-cache - 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. limingxinleo/i-cache

ActiveLibrary[Caching](/categories/caching)

limingxinleo/i-cache
====================

Illuminate Cache for Hyperf

v2.0.0(2y ago)81.1k21MITPHPPHP &gt;=8.0

Since Jan 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/limingxinleo/i-cache)[ Packagist](https://packagist.org/packages/limingxinleo/i-cache)[ RSS](/packages/limingxinleo-i-cache/feed)WikiDiscussions main Synced yesterday

READMEChangelog (5)Dependencies (12)Versions (6)Used By (1)

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

[](#laravel-缓存系统)

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

安装
--

[](#安装)

```
composer require limingxinleo/i-cache

```

配置
--

[](#配置)

创建配置文件

```
php bin/hyperf.php vendor:publish limingxinleo/i-cache
```

配置如下

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

```
