php-symfony-cache

provides an extended PSR-6, PSR-16 (and tags) implementation
  https://symfony.com/doc/5.4/components/cache.html
  0
  no reviews



The Symfony Cache Component provides an extended PSR-6 implementation for adding cache to 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.

Symfony is a PHP framework, a set of tools and a development methodology.