isNotEmpty property

bool get isNotEmpty

Check if cache is not empty.

Implementation

bool get isNotEmpty => _store.isNotEmpty;