2017 © Pedro Peláez
 

library zend-cache

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

image

zendframework/zend-cache

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

  • Wednesday, May 2, 2018
  • by zendframework
  • Repository
  • 32 Watchers
  • 49 Stars
  • 4,233,717 Installations
  • PHP
  • 226 Dependents
  • 22 Suggesters
  • 49 Forks
  • 12 Open issues
  • 72 Versions
  • 7 % Grown

The README.md

zend-cache

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-cache., (*1)

Build Status Coverage Status, (*2)

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)., (*3)

  • File issues at https://github.com/zendframework/zend-cache/issues
  • Documentation is at https://docs.zendframework.com/zend-cache/

Benchmarks

We provide scripts for benchmarking zend-cache using the PHPBench framework; these can be found in the benchmark/ directory., (*4)

To execute the benchmarks you can run the following command:, (*5)

$ vendor/bin/phpbench run --report=aggregate

The Versions

02/05 2018
01/05 2018