When I use Azure Storage and its Mobile SDK, blobs are stored as files on the device.
Whereas when I read about Akavache it's say it's fast to store and access blobs.
So if I display a list of images, is it faster to them from akavache in one transaction or to get them from the file system ?