isEmpty method

bool isEmpty()

Returns true if there is no entry in the cache. Doesn't matter if there is any inflight entry.

Implementation

bool isEmpty() => _cache.isEmpty;