Skip to main content

clear_chains

Function clear_chains 

Source
pub(super) async fn clear_chains(services: &Services)
Expand description

Deletes every auth chain cache row under one cork.

Map::clear deletes key by key and Map::remove flushes the WAL per key when uncorked. It is snapshot-based, so it holds only because migrations precede the workers that populate the cache.