Skip to main content

Module snapshot

Module snapshot 

Source
Expand description

Snapshot anchors recorded by the event store.

Cache snapshots remain owned by the cache backing store. The event store records only the durable log high-watermark the snapshot covers plus enough metadata for restore to fetch the blob and validate its content hash before tail replay resumes at seq > high_watermark.

Structs§

SnapshotAnchor
A pointer from a cache snapshot blob to a durable event-store high-watermark.

Functions§

compute_snapshot_content_hash
Computes the default cache snapshot content hash recorded in a SnapshotAnchor.