+10
−192
buildstream/_basecache.py
0 → 100644
+234
−0
Loading
ArtifactCache now derives from BaseCache, and so will the SourceCache. Methods relevant to both have been moved here, such as generating specs from the config. WIP Part of #440