Skip to content

Commit

Permalink
Moka updates
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Sep 18, 2023
1 parent 19cda79 commit e107080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cache/backends/memory_backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ impl FirestoreCacheBackend for FirestoreMemoryCacheBackend {
for (collection_id, mem_cache) in &self.collection_caches {
debug!("Invalidating cache for {}", collection_id);
mem_cache.invalidate_all();
mem_cache.run_pending_tasks().await;
}
Ok(())
}
Expand Down

0 comments on commit e107080

Please sign in to comment.