qt: add fetchMore ListCache
this allows to request more data from the cache using the standart growth policy rather than requiring the caller to `refer` and item after what is currently loaded. This function ensure that the cache tries to load at least the current count + chunk size
Loading
Please register or sign in to comment