ZF-Commons / zfc-rbac

Role-based access control module to provide additional features on top of Zend\Permissions\Rbac
BSD 3-Clause "New" or "Revised" License
181 stars 111 forks source link

Is there Mechanism of a cache? #376

Closed andrconstruction closed 6 years ago

andrconstruction commented 6 years ago

Is ther Mechanism of a cache, for roles and permissions ?

danizord commented 6 years ago

Nope, that's responsability of your persistence layer. ZfcRbac was designed to play nice with ORM libraries such as Doctrine, so that you can use their features like caching and query optimizations :)