gnu-social/vendor/zendframework/zend-cache
t3nma c527ad0803 [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
..
autoload [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
src [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
CHANGELOG.md [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
LICENSE.md [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
README.md [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
composer.json [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00

README.md

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