Christian Flothmann 3828c03755 Merge branch '6.4' into 7.1
* 6.4:
  [FrameworkBundle] Add missing `not-compromised-password` entry in XSD
  [AssetMapper] Fix CssCompiler matches url in comments
  Add support for doctrine/persistence 4
  Ensure TransportExceptionInterface populates stream debug data
  Fix typo in validators.sk.xlf
  [Mime] Fix body validity check in `Email` when using `Message::setBody()`
  Review Arabic translations for the validator
  Fixed mistakes in proper hebrew writing in the previous translation and confirmed the rest to be correct and in the same style.
  Review translation
  [Cache] Don't clear system caches on cache:clear
  [FrameworkBundle] Fix patching refs to the tmp warmup dir in files generated by optional cache warmers
  Mark Czech Validator translation as reviewed
  [PropertyInfo] Fix `TypeTest` duplicated assert
  [HtmlSanitizer] Avoid accessing non existent array key when checking for hosts validity
  Update validators.ar.xlf
  [DomCrawler] Make `ChoiceFormField::isDisabled` return `true` for unchecked disabled checkboxes
2025-01-27 11:57:12 +01:00
2024-01-23 15:35:58 +01:00
2024-01-23 16:06:13 +01:00
2024-01-23 16:06:13 +01:00
2024-10-25 17:11:02 +02:00
2024-11-20 11:42:04 +01:00
2023-02-13 14:18:23 +01:00
2023-01-24 15:02:46 +01:00
2024-01-23 15:51:35 +01:00
2024-05-28 10:39:33 +02:00
2022-08-25 17:27:04 +02:00
2022-09-06 09:28:32 +02:00

Symfony PSR-6 implementation for caching

The Cache component provides extended PSR-6 implementations for adding cache to your applications. It is designed to have a low overhead so that caching is fastest. It ships with adapters for the most widespread caching backends. It also provides a PSR-16 adapter, and implementations for symfony/cache-contracts' CacheInterface and TagAwareCacheInterface.

Resources

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:31:32.681Z
Readme MIT 4.4 MiB
Languages
PHP 100%