zendframework/zend-cache
zendframework/zend-cache provides flexible caching for PHP apps with multiple storage backends (filesystem, memory, APCu, Redis, and more). Supports cache patterns, plugins, serialization, and configurable adapters to improve performance and reduce repeated work.
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-cache.
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).
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
How can I help you explore Laravel packages today?