about summary refs log tree commit diff
path: root/tvix/store/src/pathinfoservice/combinators.rs
AgeCommit message (Collapse)AuthorFilesLines
2024-05-13 r/8144 feat(tvix/store/pathinfo): add a Cache combinatorFlorian Klink1-0/+111
This allows querying two PathInfoService implementations sequentially, and inserts into the "near" one if it's not there yet. There is no negative cache, and put / listing is not implemented (for now). Change-Id: I24c3d0e0c3c2f0524a6cc7b2f3cbc33eb20cf92b Reviewed-on: https://cl.tvl.fyi/c/depot/+/11636 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com>