Should the isPermitted(List<Permission> permissions) be hitting the cache for
every permission in the list?

>From the docs it states that "This is primarily a performance-enhancing
method to help reduce the number of isPermitted(java.lang.String)
invocations over the wire in client/server systems."

If our cache is on redis, this is definitely not a reduction in
"over-the-wire" requests.

Is our implementation flawed, or is this expected behavior?

Thanks,
Matt S.



--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/Subject-isPermitted-List-Permission-permissions-hitting-the-cache-for-every-permission-tp7580357.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to