[ 原始碼: matomo-component-cache ]
套件:php-matomo-component-cache(2.0.6-2)
php-matomo-component-cache 的相關連結
Debian 的資源:
下載原始碼套件 matomo-component-cache:
- [matomo-component-cache_2.0.6-2.dsc]
- [matomo-component-cache_2.0.6.orig.tar.gz]
- [matomo-component-cache_2.0.6-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
PHP caching library based on Doctrine cache
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
其他與 php-matomo-component-cache 有關的套件
|
|
|
|
-
- dep: php-common
- Common files for PHP packages
-
- dep: php-matomo-doctrine-cache (<< 1.11~~)
- cache bundle library - Doctrine component
- dep: php-matomo-doctrine-cache (>= 1.10.4)
-
- dep: php-pear
- PEAR Base System