input/cache: first draft of the file cache

This commit is contained in:
Max Kellermann
2019-05-08 18:39:00 +02:00
parent e8a0ce643a
commit 5d74b5cee1
27 changed files with 880 additions and 6 deletions

View File

@@ -35,6 +35,10 @@ input_glue = static_library(
'BufferingInputStream.cxx',
'BufferedInputStream.cxx',
'MaybeBufferedInputStream.cxx',
'cache/Config.cxx',
'cache/Manager.cxx',
'cache/Item.cxx',
'cache/Stream.cxx',
include_directories: inc,
)