You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a draft about this issue here, but I prefer that identity generator method
receive the entire instance caller instead of his namespace, this would be more generic.
Our generated identity for cache ids considers method name + method arguments which has a possibility for collision.
If we consider the class name owning the method being called as well, we solve this issue.
The text was updated successfully, but these errors were encountered: