removeFromCache abstract method

Future<void> removeFromCache(
  1. List<String> names
)

Method to clear specific cached entities

Implementation

Future<void> removeFromCache(List<String> names);