I am trying to get some clarity on how I can use Akavache for multiple users on the same phone.
I am currently using BlobCache.LocalMachine, and I am getting and setting cached data using GetOrFetchObject( key ) and InsertObject( key ). What I am noticing is that the key here is just a generic identifier that I am giving to the data, hence regardless of who logs into my app, the data is getting refreshed based on the same key, not proprietary to that user.