Gets chage file by burl
@override Future<CacheFile> getByUrl(String url) async { return files[url] ?? CacheFile.empty(); }