isEmpty property

bool get isEmpty

Checks if the cache is empty.

Implementation

bool get isEmpty => _cache.isEmpty;