Clears a specific cache entry.
static Future<void> remove(String key) async { await _init(); await _prefs?.remove('cache_$key'); }