Remove metadata for URL.
static Future<void> remove(String url) async { await _ensureLoaded(); _cache.remove(url); await _persist(); }