The Wayback Machine - https://web.archive.org/web/20201216225807/https://github.com/laminas/laminas-cache
Skip to content
3.0.x
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

About

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

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.