Christian Flothmann e874746cea Merge branch '6.4' into 7.2
* 6.4:
  [Lock] Fix using fractional TTLs on all platforms
  [Lock] Fixes an issue with PostgreSQL when using fractional TTLs
  [Console][Table] Fix unnecessary wrapping
  disable detecting modified indexes with DBAL 4.3
  [cache] RedisTrait::doFetch should use pipeline instead of mget for Relay\Cluster
  relax assertions for forward compatibility with Symfony 7.4
  [Console][Table] Fix invalid UTF-8 due to text wrapping
2025-07-30 19:03:27 +02:00
2025-07-10 10:14:14 +02:00
2025-03-08 16:51:34 +01:00
2025-07-10 10:14:14 +02:00
2024-07-23 14:28:30 +02:00
2025-07-24 13:52:02 +02:00
2025-07-30 19:03:27 +02:00
2025-07-10 10:14:14 +02:00
2024-11-25 16:21:05 +01:00
2023-01-24 15:02:46 +01:00
2025-07-10 10:14:14 +02:00
2024-05-28 10:39:33 +02:00
2025-07-10 10:14:14 +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%