eleving/zend-cache
最新稳定版本:2.9.0
Composer 安装命令:
composer require eleving/zend-cache
包简介
Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output
README 文档
README
Zend\Cache provides a general cache system for PHP. The Zend\Cache component
is able to cache different patterns (class, object, output, etc) using different
storage adapters (DB, File, Memcache, etc).
- File issues at https://github.com/zendframework/zend-cache/issues
- Documentation is at https://docs.zendframework.com/zend-cache/
Benchmarks
We provide scripts for benchmarking zend-cache using the
PHPBench framework; these can be
found in the benchmark/ directory.
To execute the benchmarks you can run the following command:
$ vendor/bin/phpbench run --report=aggregate
统计信息
- 总下载量: 16.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2021-12-20