Expand description
Graph-layer reactive cascading cache helper (D104/D105/D107/D123).
The passive read-through algorithm stays in crate::storage. This module
wraps it as visible graph topology: request/policy/invalidate deps drive an
events node, and status/value are derived from those events.
Structs§
- Cascading
Cache Policy - Dynamic promotion policy for
reactive_cascading_cache. - Reactive
Cascading Cache - Graph-visible bundle returned by
reactive_cascading_cache. - Reactive
Cascading Cache Options - Options for the Rust graph-layer cache factory.
Enums§
- Cascading
Cache Event - Visible cache facts emitted by
ReactiveCascadingCache::events. - Cascading
Cache Status - Visible cache status emitted by
ReactiveCascadingCache::status.
Functions§
- reactive_
cascading_ cache - Free-standing graph-layer cascading cache factory (D104/D105/D107/D123).
Type Aliases§
- Reactive
Cascading Cache Load Fn ReactiveCascadingCacheLoadFntype alias.