.. | ||
benchmark | ||
doc/book | ||
src | ||
CHANGELOG.md | ||
composer.json | ||
composer.lock | ||
CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
mkdocs.yml | ||
phpbench.json | ||
phpcs.xml | ||
README.md |
zend-cache
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://zendframework.github.io/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