ScrollStateCache

class ScrollStateCache(maxEntries: Int = 20)

Caps scroll-state maps so path navigation cannot grow heap without bound.

Constructors

Link copied to clipboard
constructor(maxEntries: Int = 20)

Functions

Link copied to clipboard
fun get(path: String): Parcelable?
Link copied to clipboard
fun put(path: String, state: Parcelable)