delete abstract method

Future<void> delete(
  1. String name
)

Deletes a named cache from a store

  • name: The cache name

Implementation

Future<void> delete(String name);