简体   繁体   中英

C++ library that implements a file cache like a web browser

Is there a generic C++ library for implementing a file caching system? This is the closest that I've found fits my requirements: https://github.com/openwebos/filecache . Here are my requirements:

  1. cache data on the file system by a unique hash
  2. occasionally cleans the cache to make sure it doesn't overflow
  3. lock cache data so it doesn't get culled during a cache clean
  4. store and allow querying of timestamp information

不知道它是否满足您的所有需求,但请查看: jupiterfilecache

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM