TplBlock/vendor/zendframework/zend-cache
2018-03-26 21:57:35 +02:00
..
benchmark permit fun with spaces 2018-03-26 21:57:35 +02:00
doc/book permit fun with spaces 2018-03-26 21:57:35 +02:00
src permit fun with spaces 2018-03-26 21:57:35 +02:00
CHANGELOG.md permit fun with spaces 2018-03-26 21:57:35 +02:00
composer.json permit fun with spaces 2018-03-26 21:57:35 +02:00
composer.lock permit fun with spaces 2018-03-26 21:57:35 +02:00
CONDUCT.md permit fun with spaces 2018-03-26 21:57:35 +02:00
CONTRIBUTING.md permit fun with spaces 2018-03-26 21:57:35 +02:00
LICENSE.md permit fun with spaces 2018-03-26 21:57:35 +02:00
mkdocs.yml permit fun with spaces 2018-03-26 21:57:35 +02:00
phpbench.json permit fun with spaces 2018-03-26 21:57:35 +02:00
phpcs.xml permit fun with spaces 2018-03-26 21:57:35 +02:00
README.md permit fun with spaces 2018-03-26 21:57:35 +02:00

zend-cache

Build Status Coverage Status

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).

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