https://github.com/mix-php/cache
Psr-6 standard based cache library, support file, redis storage
https://github.com/mix-php/cache
cache mix
Last synced: 11 months ago
JSON representation
Psr-6 standard based cache library, support file, redis storage
- Host: GitHub
- URL: https://github.com/mix-php/cache
- Owner: mix-php
- Created: 2018-12-27T01:45:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T06:43:21.000Z (over 5 years ago)
- Last Synced: 2025-03-26T17:41:53.992Z (12 months ago)
- Topics: cache, mix
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Mix Cache
基于 PSR-6 标准的缓存库,支持 file, redis 存储
## Usage
安装:
```
composer require mix/cache
```
文档:
- https://www.kancloud.cn/onanying/mixphp2-2/1708751
## License
Apache License Version 2.0, http://www.apache.org/licenses/