symfony / security-acl

Symfony Security ACL Component
https://symfony.com/components/Security
MIT License
363 stars 48 forks source link

The cache interface should be implemented with the cache contracts #76

Closed stof closed 3 years ago

stof commented 3 years ago

currently, this package ships an implementation using doctrine/cache, but that library is being deprecated.

wouterj commented 3 years ago

Work on this is already completed (except from another core team member approval/merge): https://github.com/symfony/security-acl/pull/72