Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read cache metadata correctly (#494)
Currently we will not be able to read cache metadata for files that are bigger than 4GB because we use stoi function. Use stoll instead that will read long long values. Timestamp also needs to be read with stoll.
- Loading branch information