Cache the contents from files read from disk into memory.
A line-by-line representation of a dmd.root.file.File.
A simple file cache that can be used to avoid reading the same file multiple times. It stores its cached files as FileAndLines
See Source File filecache.d Documentation: https://dlang.org/phobos/dmd_filecache.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/filecache.d
Walter Bright
Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Cache the contents from files read from disk into memory.