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
Hi,
I have recently using scala cache in my application. I have a key as an object. I have to explicitly define the string as a key from the same object. can we make it generic and then it's up to the user to define it as a string or object. is there anything I am missing?