friendica-addons/advancedcontentfilter/vendor/symfony/cache
Hypolite Petovan a30e9b788c [advancedcontentfilter] Migrate Slim to version 4 to avoid PHP 8.2 deprecation error
- Fix https://github.com/friendica/friendica/issues/13822
2024-01-22 19:04:23 +01:00
..
Adapter [advancedcontentfilter] Migrate Slim to version 4 to avoid PHP 8.2 deprecation error 2024-01-22 19:04:23 +01:00
DataCollector [advancedcontentfilter] Migrate Slim to version 4 to avoid PHP 8.2 deprecation error 2024-01-22 19:04:23 +01:00
Exception [advancedcontentfilter] Add Composer dependencies 2018-04-16 22:11:51 -04:00
Simple [advancedcontentfilter] Migrate Slim to version 4 to avoid PHP 8.2 deprecation error 2024-01-22 19:04:23 +01:00
Tests [advancedcontentfilter] Migrate Slim to version 4 to avoid PHP 8.2 deprecation error 2024-01-22 19:04:23 +01:00
Traits [advancedcontentfilter] Migrate Slim to version 4 to avoid PHP 8.2 deprecation error 2024-01-22 19:04:23 +01:00
.gitignore [advancedcontentfilter] Add Composer dependencies 2018-04-16 22:11:51 -04:00
CHANGELOG.md [advancedcontentfilter] Add Composer dependencies 2018-04-16 22:11:51 -04:00
CacheItem.php [advancedcontentfilter] Migrate Slim to version 4 to avoid PHP 8.2 deprecation error 2024-01-22 19:04:23 +01:00
DoctrineProvider.php [advancedcontentfilter] Migrate Slim to version 4 to avoid PHP 8.2 deprecation error 2024-01-22 19:04:23 +01:00
LICENSE [advancedcontentfilter] Migrate Slim to version 4 to avoid PHP 8.2 deprecation error 2024-01-22 19:04:23 +01:00
PruneableInterface.php [advancedcontentfilter] Add Composer dependencies 2018-04-16 22:11:51 -04:00
README.md [advancedcontentfilter] Add Composer dependencies 2018-04-16 22:11:51 -04:00
ResettableInterface.php [advancedcontentfilter] Add Composer dependencies 2018-04-16 22:11:51 -04:00
composer.json [advancedcontentfilter] Migrate Slim to version 4 to avoid PHP 8.2 deprecation error 2024-01-22 19:04:23 +01:00
phpunit.xml.dist [advancedcontentfilter] Migrate Slim to version 4 to avoid PHP 8.2 deprecation error 2024-01-22 19:04:23 +01:00

README.md

Symfony PSR-6 implementation for caching

This component provides an extended PSR-6 implementation for adding cache to your applications. It is designed to have a low overhead so that caching is fastest. It ships with a few caching adapters for the most widespread and suited to caching backends. It also provides a doctrine/cache proxy adapter to cover more advanced caching needs and a proxy adapter for greater interoperability between PSR-6 implementations.

Resources