Skip to main content

Module remote_cache

Module remote_cache 

Source
Expand description

Local SQLite cache for provider pull results. Writers use a single transaction per refresh.

Structs§

RemoteEventAgg
Aggregated remote events for kaizen summary / insights (and tool rows for metrics).
RemotePullState
Row remote_pull_state (singleton id = 1).

Traits§

RemoteCacheStore
Read/write remote cache tables and pull cursor. Implemented for Store.

Functions§

clear_remote_cache_tables
Delete all rows from remote_* data tables (use inside with_remote_refresh before re-insert).