The number of entries on the stash
@override Future<int> get size => _distinctKeys().then((distinctKeys) => distinctKeys.length);