24#include "ForwardDefinitions.h"
34namespace FileDetailsCache {
45 const string& cacheFile,
46 const set<StreamId>& streamIds,
47 const map<string, string>& fileTags,
48 const map<StreamId, StreamTags>& streamTags,
49 const vector<IndexRecord::RecordInfo>& recordIndex,
61 const string& cacheFile,
62 set<StreamId>& outStreamIds,
63 map<string, string>& outFileTags,
64 map<StreamId, StreamTags>& outStreamTags,
65 vector<IndexRecord::RecordInfo>& outRecordIndex,
66 bool& outFileHasIndex);
int read(const string &cacheFile, set< StreamId > &outStreamIds, map< string, string > &outFileTags, map< StreamId, StreamTags > &outStreamTags, vector< IndexRecord::RecordInfo > &outRecordIndex, bool &outFileHasIndex)
Definition FileDetailsCache.cpp:268
int write(const string &cacheFile, const set< StreamId > &streamIds, const map< string, string > &fileTags, const map< StreamId, StreamTags > &streamTags, const vector< IndexRecord::RecordInfo > &recordIndex, bool fileHasIndex)
Definition FileDetailsCache.cpp:226
Definition AsyncDiskFileChunk.hpp:49