The Wayback Machine - https://web.archive.org/web/20220504223139/https://github.com/symfony/cache
Skip to content
5.4
Switch branches/tags
Code

Latest commit

* 4.4:
  [VarDumper] Fix dumping floats on PHP8
  Fix dumping enums on PHP 8.2
  [Cache] Prevent fatal errors on php 8 when running concurrently with TagAwareAdapter v6.1
4c6747c

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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