Nicolas Grekas b59303192f Merge branch '4.4' into 5.2
* 4.4:
  [4.4] Add missing `@return` annotations
  Handle lock with long key
2021-07-23 17:54:19 +02:00
2021-07-23 17:54:19 +02:00
2020-01-09 13:59:02 +01:00
2020-10-12 13:21:05 +02:00
2021-07-23 17:54:19 +02:00
2021-07-07 14:43:50 +02:00
2021-07-21 14:38:00 +02:00
2021-01-01 10:24:35 +01:00
2021-06-24 10:07:28 +02:00
2020-12-23 16:26:14 +01:00
2021-05-26 19:39:37 +02:00

Symfony PSR-6 implementation for caching

The Cache 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

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%