Flat File Store
A Store implementation that represents archives as file system directories and groups as file system files. This format is much friendlier to content-addressable version control systems, such as Git, than the native format used by the client.
Multiple read threads may use this class simultaneously. However, only a single thread may write at a time. Reads and writes must not happen simultaneously.