pub fn reactive_cascading_cache<V: Clone + 'static>(
graph: &Graph,
opts: ReactiveCascadingCacheOptions<V>,
) -> ReactiveCascadingCache<V>Expand description
Free-standing graph-layer cascading cache factory (D104/D105/D107/D123).
This is not a Graph method and not an imperative cache object. Request,
optional policy, and optional invalidation deps are declared topology. Storage
promotion defaults to disabled at this graph layer; opt in through
ReactiveCascadingCacheOptions::promote_to or a policy node.