isEmpty property

bool get isEmpty

Check if cache is empty.

Implementation

bool get isEmpty => _store.isEmpty;