marc-mabe/zend-cache

This package is abandoned and no longer maintained. The author suggests using the laminas/laminas-cache package instead.

provides a generic way to cache any data

2.5.1 2015-06-03 15:31 UTC

README

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