kick method

void kick(
  1. String name,
  2. DohRequestType type
)

kick the cache

Implementation

void kick(String name, DohRequestType type) => _cache.kick(name, type);