Remove a specific view from cache.
Future<void> remove(String viewId) async { await storage.remove('$_prefix$viewId'); }