# FizeCache **Repository Path**: fizechan/FizeCache ## Basic Information - **Project Name**: FizeCache - **Description**: 一个易于扩展的缓存类库 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-21 - **Last Updated**: 2022-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Documentation Status](https://readthedocs.org/projects/fizecache/badge/?version=latest)](https://fizecache.readthedocs.io/zh_CN/latest/?badge=latest) # FizeCache 一个易于扩展的缓存类库 FizeCahe 是一个 PSR-6 、PSR-16 缓存接口规范的实现,支持多种处理器。 FizeCache 是一个易于扩展的缓存类库。 FizeCache 允许您将缓存存放在任意的位置,无论是数据库、文件、Memcached 还是 Redis。 FizeCache 可以进行处理器选择,因此您可以根据系统环境自行选择 Cache 处理器。 FizeCache 有非常完善的参考文档,且其功能追求简洁明了,相信您会喜欢上这样的缓存类库。 项目GitHub : [ https://github.com/fizechan/FizeCache ](https://github.com/fizechan/FizeCache) 参考手册 : [ https://fizecache.readthedocs.io/zh_CN/latest/index.html ](https://fizecache.readthedocs.io/zh_CN/latest/index.html)