useCache property

bool useCache
final

If true (default), then the results of paginations will be saved by page number.

For example, you would only have to paginate page 1 once. Future calls would return a cached version.

Implementation

final bool useCache;