php-matomo-component-cache

PHP caching library based on Doctrine cache

Description

This is a PHP caching library based on Doctrine cache that supports different backends. It is developed with the focus on speed with abilities to fetch hundreds of entries from the cache in one request.

It supports the following compression formats:
 - Array (holds cache entries only during one request but is very fast)
 - Null (useful for development, won't cache anything)
 - File (stores the cache entry on the file system)
 - Redis (stores the cache entry on a Redis server, requires phpredis)
 - Chained (allows one to chain multiple backends to make sure it will read
   from a fast cache if possible)
 - DefaultTimeout and KeyPrefix can be used to wrap other backend with default
   parameters

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/matomo-org/component-cache


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install php-matomo-component-cache