Nicolas Grekas c6a7f2a1c6 Merge branch '6.0' into 6.1
* 6.0:
  Update ComposerPlugin.php
  [Notifier] [OvhCloud] handle invalid receiver
  [Cache] fix collecting cache stats when nesting computations
  [VarDumper] Fix JS to expand / collapse
  [Validator] Fix Email validator logic
  Fix user_identifier support after username has been deprecated in favor of it.
  [Tests] Remove `$this` occurrences in future static data providers
  [PropertyInfo] Fixes constructor extractor for mixed type
  use method_exists() instead of catching reflection exceptions
2023-01-20 18:44:30 +01:00
2022-11-14 11:13:26 +01:00
2023-01-20 18:44:14 +01:00
2022-10-28 18:23:08 +02:00
2022-04-01 09:15:35 +02:00
2023-01-20 18:44:30 +01:00
2022-12-29 17:28:13 +01:00
2022-06-27 19:24:16 +02:00
2022-03-21 12:20:05 +07:00
2022-09-08 11:34:40 +02:00
2023-01-01 09:32:19 +01:00
2022-04-12 18:22:53 +02:00
2022-02-04 20:03:38 +01: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%