Expand description
Persisted graph-cache identity contracts and on-disk store.
The manifest types here define the invalidation surface a persisted graph
cache must satisfy before a cached graph can be trusted; the store implements
the coarse all-or-nothing load / save of a previously-built ModuleGraph
keyed by that manifest.
Structs§
- Graph
Cache File - Source freshness for one file in a graph-cache manifest.
- Graph
Cache Manifest - Manifest inputs required to trust a persisted graph cache entry.
- Graph
Cache Mode - Option dimensions that affect graph construction.
- Graph
Cache Store - On-disk graph cache entry: a manifest plus the graph it validates.
Constants§
- GRAPH_
CACHE_ VERSION - Persisted graph cache schema version.