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.
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.