zendframework/zend-cache

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


Keywords
cache, ZendFramework, zf, psr-6, psr-16
License
BSD-3-Clause

Documentation

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