Removes data from the cache
id is the unique identifier for the data
id
Future<void> removeData(String id) async { await _cache.delete(_dataKeyPrefix + id); }