lruMap property

LruMap<int, HugeListViewPageResult<T>>? lruMap
final

The optional predefined LruMap to be used for cache, convenient for using LruMap outside HugeListView.

Implementation

final LruMap<int, HugeListViewPageResult<T>>? lruMap;