doctrine / DoctrineModule

Doctrine Module for Laminas
http://www.doctrine-project.org/projects/doctrine-module.html
MIT License
398 stars 270 forks source link

Deprecate decorating adapters from doctrine/cache for laminas-cache #795

Closed driehle closed 1 year ago

driehle commented 1 year ago

The library doctrine/cache is deprecated and no longer maintained. Therefore, uses should no longer use cache adapters from doctrine/cache, but rather adapters from laminas-cache, symfony/cache or other implementations compatible to PSR-6 or PSR-16.

This PR deprecateds the class DoctrineModule\Cache\DoctrineCacheStorage. That class is actually a decorator, decorating a doctrine/cache adapter to be used as an laminas-cache adapter. Since usage of doctrine/cache is deprecated, usage of this decorator is now deprecated as well.