Params

data class Params(val dropScreensCache: Boolean, val dropInitialGraphCache: Boolean, val dropVersionCache: Boolean)

Constructors

Link copied to clipboard
constructor(dropScreensCache: Boolean, dropInitialGraphCache: Boolean, dropVersionCache: Boolean)

Properties

Link copied to clipboard

whether to clear the cached initial navigation graph.

Link copied to clipboard

whether to clear cached screen payloads.

Link copied to clipboard

whether to clear the cached cache-version marker.