Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

zendframework/zend-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

87b8cca · Jan 20, 2020
Aug 29, 2019
Apr 17, 2018
Nov 20, 2016
Aug 15, 2019
Dec 30, 2019
Aug 28, 2019
Apr 17, 2018
Apr 17, 2018
Apr 17, 2018
Dec 31, 2019
Aug 29, 2019
Apr 17, 2018
Jan 20, 2020
Aug 29, 2019
Aug 29, 2019
Aug 14, 2019
Apr 20, 2016
Nov 13, 2016
Apr 18, 2018

zend-cache

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