ResidencyDecision
此内容尚不支持你的语言。
Defined in: residency/cells.ts:66
What residency should be, and the moves that get there.
Properties
Section titled “Properties”prefetch
Section titled “prefetch”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
Section titled “target”target:
string[]
Defined in: residency/cells.ts:68
Every cell that should exist after this tick, in manifest order.
toLoad
Section titled “toLoad”toLoad:
string[]
Defined in: residency/cells.ts:76
Demanded and not resident, nearest first: what to publish.
toUnload
Section titled “toUnload”toUnload:
string[]
Defined in: residency/cells.ts:77