Skip to main content

Module cascading_cache

Module cascading_cache 

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

CascadingCachePolicy
Dynamic promotion policy for reactive_cascading_cache.
ReactiveCascadingCache
Graph-visible bundle returned by reactive_cascading_cache.
ReactiveCascadingCacheOptions
Options for the Rust graph-layer cache factory.

Enums§

CascadingCacheEvent
Visible cache facts emitted by ReactiveCascadingCache::events.
CascadingCacheStatus
Visible cache status emitted by ReactiveCascadingCache::status.

Functions§

reactive_cascading_cache
Free-standing graph-layer cascading cache factory (D104/D105/D107/D123).

Type Aliases§

ReactiveCascadingCacheLoadFn
ReactiveCascadingCacheLoadFn type alias.