Skip to main content

Crate kache_core

Crate kache_core 

Source

Structs§

BuildIntent
PlanComposition
What a plan left out, so a truncated plan is distinguishable from one that had nothing more to offer (#616).
PlanLimits
How many candidates each source may contribute to one plan (kunobi-ninja/kache#616).
PrefetchCandidate
PrefetchPlan

Enums§

CandidateSource
Which source produced a candidate, i.e. how much to trust it (kunobi-ninja/kache#617).
PrefetchDisposition

Traits§

PlannerDataSource

Functions§

build_prefetch_plan
build_prefetch_plan_with_limits
build_prefetch_plan with explicit composition limits, also returning what the limits dropped so a caller can report it (#616).
dispatch_sort_key
Sort key for dispatch order, lowest first (#617).