I have one function that assign permission to one user using PermissionGrant repository I am facing the issue that permission added to db but when user is logged in he didn't have permission on Ui and I thinl the problem from redis cache
the image show the addPermission function
how I can reset the Cache related to one module in Abp, permission module and other modules if we faced same issue

