## Summary Open cache files in parallel (again), brings the performance back to be roughly equal to the old implementation. ## Test Plan Existing tests should keep working.
5 lines
77 B
Python
5 lines
77 B
Python
# NOTE: sync with cache::invalidation test
|
|
a = 1
|
|
|
|
__all__ = list(["a", "b"])
|