Skip to main content

Module node_cache

Module node_cache 

Source
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§

CacheEntry
A cached data entry.
CacheKey
Unique key for a cached result.
CacheStatistics
Cache statistics.
NodeCache
A cache for graph node outputs.

Enums§

EvictionPolicy
Eviction policy for the cache.