delete method

Future<void> delete()

Implementation

Future<void> delete() async {
  await _cache.erase();
}