purge method

void purge(
  1. String path
)

Removes an entry from the response cache.

Implementation

void purge(String path) => _cache.remove(path);