matomo-component-cache_2.0.6-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Sat, 18 Jan 2025 05:36:24 +0530 |
Source: | matomo-component-cache |
Binary: | php-matomo-component-cache |
Architecture: | source all |
Version: | 2.0.6-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian-matomo-maintainers <debian-matomo-maintainers@alioth-lists.debian.net> |
Changed-By: | Utkarsh Gupta <utkarsh@debian.org> |
Description: | php-matomo-component-cache - PHP caching library based on Doctrine cache |
Changes: | matomo-component-cache (2.0.6-1) unstable; urgency=medium [ William Desportes, Utkarsh Gupta ] * Initial release |
Files: | e673201a6b85958ea020d4d222bada56 2264 php optional matomo-component-cache_2.0.6-1.dsc 7cdaf79e1fbf7f2f6a8a8c70feb7daea 23479 php optional matomo-component-cache_2.0.6.orig.tar.gz a0611b1f43c7eb1e4a0f265eb7d59c62 5188 php optional matomo-component-cache_2.0.6-1.debian.tar.xz 1549478e1e0c61ddaa9bb37166ad1577 8140 php optional matomo-component-cache_2.0.6-1_amd64.buildinfo c45add7f00662b9607f2caff2de62097 8320 php optional php-matomo-component-cache_2.0.6-1_all.deb |
matomo-component-cache_2.0.6-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | matomo-component-cache |
Binary: | php-matomo-component-cache |
Architecture: | all |
Version: | 2.0.6-1 |
Maintainer: | Debian-matomo-maintainers <debian-matomo-maintainers@alioth-lists.debian.net> |
Uploaders: | William Desportes <williamdes@wdes.fr>, Utkarsh Gupta <utkarsh@debian.org> |
Homepage: | https://github.com/matomo-org/component-cache |
Standards-Version: | 4.7.0 |
Vcs-Browser: | https://salsa.debian.org/matomo-team/matomo-component-cache |
Vcs-Git: | https://salsa.debian.org/matomo-team/matomo-component-cache.git |
Testsuite: | autopkgtest |
Testsuite-Triggers: | phpunit |
Build-Depends: | debhelper-compat (=13), dh-sequence-phpcomposer, php-matomo-doctrine-cache, phpab, phpunit, pkg-php-tools |
Package-List: | php-matomo-component-cache deb php optional arch=all |
Files: | 7cdaf79e1fbf7f2f6a8a8c70feb7daea 23479 matomo-component-cache_2.0.6.orig.tar.gz a0611b1f43c7eb1e4a0f265eb7d59c62 5188 matomo-component-cache_2.0.6-1.debian.tar.xz |
README.source for matomo-component-cache_2.0.6-1.dsc (click to toggle) | |
---|---|
No README.source in this package |
control file for php-matomo-component-cache_2.0.6-1_all.deb (click to toggle) | |
---|---|
Package: | php-matomo-component-cache |
Source: | matomo-component-cache |
Version: | 2.0.6-1 |
Architecture: | all |
Maintainer: | Debian-matomo-maintainers <debian-matomo-maintainers@alioth-lists.debian.net> |
Installed-Size: | 55 |
Depends: | php-pear, php-common, php-matomo-doctrine-cache (=1.10.4) |
Section: | php |
Priority: | optional |
Multi-Arch: | foreign |
Homepage: | https://github.com/matomo-org/component-cache |
Description: | 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 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 |
contents of php-matomo-component-cache_2.0.6-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-01-18 00:06 ./ drwxr-xr-x root/root 0 2025-01-18 00:06 ./usr/ drwxr-xr-x root/root 0 2025-01-18 00:06 ./usr/share/ drwxr-xr-x root/root 0 2025-01-18 00:06 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-01-18 00:06 ./usr/share/doc/php-matomo-component-cache/ -rw-r--r-- root/root 174 2025-01-18 00:06 ./usr/share/doc/php-matomo-component-cache/changelog.Debian.gz -rw-r--r-- root/root 484 2024-12-04 10:45 ./usr/share/doc/php-matomo-component-cache/copyright drwxr-xr-x root/root 0 2025-01-18 00:06 ./usr/share/php/ drwxr-xr-x root/root 0 2025-01-18 00:06 ./usr/share/php/matomo/ drwxr-xr-x root/root 0 2025-01-18 00:06 ./usr/share/php/matomo/cache/ drwxr-xr-x root/root 0 2023-01-18 14:01 ./usr/share/php/matomo/cache/Backend/ -rw-r--r-- root/root 1118 2023-01-18 14:01 ./usr/share/php/matomo/cache/Backend/ArrayCache.php -rw-r--r-- root/root 1231 2023-01-18 14:01 ./usr/share/php/matomo/cache/Backend/BaseDecorator.php -rw-r--r-- root/root 2294 2023-01-18 14:01 ./usr/share/php/matomo/cache/Backend/Chained.php -rw-r--r-- root/root 1094 2023-01-18 14:01 ./usr/share/php/matomo/cache/Backend/DefaultTimeoutDecorated.php drwxr-xr-x root/root 0 2023-01-18 14:01 ./usr/share/php/matomo/cache/Backend/Factory/ -rw-r--r-- root/root 272 2023-01-18 14:01 ./usr/share/php/matomo/cache/Backend/Factory/BackendNotFoundException.php -rw-r--r-- root/root 3773 2023-01-18 14:01 ./usr/share/php/matomo/cache/Backend/Factory.php -rw-r--r-- root/root 4495 2023-01-18 14:01 ./usr/share/php/matomo/cache/Backend/File.php -rw-r--r-- root/root 1418 2023-01-18 14:01 ./usr/share/php/matomo/cache/Backend/KeyPrefixDecorated.php -rw-r--r-- root/root 703 2023-01-18 14:01 ./usr/share/php/matomo/cache/Backend/NullCache.php -rw-r--r-- root/root 768 2023-01-18 14:01 ./usr/share/php/matomo/cache/Backend/Redis.php -rw-r--r-- root/root 1610 2023-01-18 14:01 ./usr/share/php/matomo/cache/Backend.php -rw-r--r-- root/root 1551 2023-01-18 14:01 ./usr/share/php/matomo/cache/Cache.php -rw-r--r-- root/root 3725 2023-01-18 14:01 ./usr/share/php/matomo/cache/Eager.php -rw-r--r-- root/root 3288 2023-01-18 14:01 ./usr/share/php/matomo/cache/Lazy.php -rw-r--r-- root/root 1822 2023-01-18 14:01 ./usr/share/php/matomo/cache/Transient.php -rw-r--r-- root/root 1735 2025-01-18 00:06 ./usr/share/php/matomo/cache/autoload.php drwxr-xr-x root/root 0 2025-01-18 00:06 ./usr/share/pkg-php-tools/ drwxr-xr-x root/root 0 2024-12-04 10:45 ./usr/share/pkg-php-tools/autoloaders/ -rw-r--r-- root/root 54 2024-12-04 10:45 ./usr/share/pkg-php-tools/autoloaders/php-matomo-cache |
copyright of php-matomo-component-cache_2.0.6-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: matomo-component-cache Source: https://github.com/matomo-org/component-cache Files: * Copyright: 2014-2023 matomo.org License: LGPL-3.0 Files: debian/* Copyright: 2023 Thorsten Alteholz <debian@alteholz.de> License: LGPL-3.0 License: LGPL-3.0 On Debian systems, the full text of the GNU Lesser General Public License, Version 3, can be found in the file /usr/share/common-licenses/LGPL-3. |
Timestamp: 18.01.2025 / 01:02:24 (UTC)