zendframework/zend-cache

This package is abandoned and no longer maintained. The author suggests using the laminas/laminas-cache package instead.

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

Maintainers

👁 zendframework

Package info

github.com/zendframework/zend-cache

Chat

Forum

Documentation

pkg:composer/zendframework/zend-cache

Statistics

Installs: 11 652 321

Dependents: 159

Suggesters: 20

Stars: 72

Open Issues: 14

2.9.0 2019-08-29 18:30 UTC

Requires

Suggests

  • ext-apc: APC or compatible extension, to use the APC storage adapter
  • ext-apcu: APCU >= 5.1.0, to use the APCu storage adapter
  • ext-dba: DBA, to use the DBA storage adapter
  • ext-memcache: Memcache >= 2.0.0 to use the Memcache storage adapter
  • ext-memcached: Memcached >= 1.0.0 to use the Memcached storage adapter
  • ext-mongo: Mongo, to use MongoDb storage adapter
  • ext-mongodb: MongoDB, to use the ExtMongoDb storage adapter
  • ext-redis: Redis, to use Redis storage adapter
  • ext-wincache: WinCache, to use the WinCache storage adapter
  • ext-xcache: XCache, to use the XCache storage adapter
  • mongodb/mongodb: Required for use with the ext-mongodb adapter
  • mongofill/mongofill: Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement
  • zendframework/zend-serializer: Zend\Serializer component
  • zendframework/zend-session: Zend\Session component

Conflicts

None

Replaces

None

BSD-3-Clause cffd54a2dc4db094976d3b3f05e418a047cc9110

cacheZendFrameworkzfpsr-6psr-16


README

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