Removes the file from the cache.
@override Future<void> evict({required String key}) async { _internalCache.remove(key); }