Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 958 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 958 Bytes

laminas-cache

Build Status Coverage Status

Laminas\Cache provides a general cache system for PHP. The Laminas\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 laminas-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