DatabaseLazyUpdate

constructor(getCached: () -> T, setLazyUpdate: (value: Boolean) -> Unit, getLazyUpdate: () -> Boolean, updateCached: () -> Unit)