delete abstract method

Future<void> delete(
  1. String name
)

Deletes a named cache from a store or the store itself if a named cache is stored individually

  • name: The cache name

Implementation

Future<void> delete(String name);