Document the new store hierarchy

This commit is contained in:
regnat
2020-09-16 13:53:09 +02:00
parent d65962db4d
commit f24f0888f9
10 changed files with 47 additions and 18 deletions
-2
View File
@@ -22,8 +22,6 @@ public:
const Path & binaryCacheDir,
const Params & params)
: StoreConfig(params)
, BinaryCacheStoreConfig(params)
, LocalBinaryCacheStoreConfig(params)
, BinaryCacheStore(params)
, binaryCacheDir(binaryCacheDir)
{