跳转到内容

ResidencyDecision

此内容尚不支持你的语言。

Defined in: residency/cells.ts:66

What residency should be, and the moves that get there.

prefetch: string[]

Defined in: residency/cells.ts:74

Cells worth PREPARING: near enough that a source may soon want them. A superset of the demanded ones in the ordinary case, but not by rule — a cell held by hysteresis can sit past every prefetch radius.


target: string[]

Defined in: residency/cells.ts:68

Every cell that should exist after this tick, in manifest order.


toLoad: string[]

Defined in: residency/cells.ts:76

Demanded and not resident, nearest first: what to publish.


toUnload: string[]

Defined in: residency/cells.ts:77