symfony / security-acl

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

Add an AclCache implementation supporting a PSR-6 cache pool #72

Closed mbabker closed 3 years ago

mbabker commented 3 years ago

With doctrine/cache being sunsetted, the component should provide a cache implementation that doesn't rely on an effectively deprecated package. This PR adds a cache implementation supporting any PSR-6 cache pool which can be used as a replacement.

Closes #76

derrabus commented 3 years ago

Thanks for your work on this new feature!