data class Props<CACHE>
<init>
Props(cacheExists: Boolean = false, cache: CACHE? = null)
cache
val cache: CACHE?
cacheExists
val cacheExists: Boolean