Expand description
Caching system for graph node outputs.
This module provides a caching layer for intermediate results produced by graph nodes. This avoids redundant computation when multiple downstream nodes consume the same data or when re-evaluating a graph with unchanged inputs.
Structs§
- Cache
Entry - A cached data entry.
- Cache
Key - Unique key for a cached result.
- Cache
Statistics - Cache statistics.
- Node
Cache - A cache for graph node outputs.
Enums§
- Eviction
Policy - Eviction policy for the cache.