Clear specific cache
static Future<void> clearCacheForUrl(String url) async { await instance._cacheManager.remove(url); }