zendframework/zend-cache

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

Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output

2.9.0 2019-08-29 18:30 UTC

README

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-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