Loads all the fileNames provided to the cache.
fileNames
Also returns a list of Futures for those files.
Future<List<Uri>> loadAll(List<String> fileNames) async { return Future.wait(fileNames.map(load)); }