keyReuseSupported

open override val keyReuseSupported: Boolean = false

true if IviPagingSource created by createPagingSource or createPagingSourceFlow expects to re-use keys to load distinct pages without a call to invalidate, false otherwise. See PagingSource.keyReuseSupported for details.

This property is included here to facilitate the integration with the Android Paging library.