jerqi commented on code in PR #7425:
URL: https://github.com/apache/gravitino/pull/7425#discussion_r2156912125


##########
server-common/src/main/java/org/apache/gravitino/server/authorization/jcasbin/JcasbinAuthorizer.java:
##########
@@ -64,6 +69,9 @@ public class JcasbinAuthorizer implements GravitinoAuthorizer 
{
    */
   private Set<Long> loadedRoles = ConcurrentHashMap.newKeySet();
 
+  private static final Map<NameIdentifier, List<String>> ownerPolicyCache =

Review Comment:
   Could we use the entity store unified cache?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to