Have you guys considered using something like https://github.com/microsoft/FASTER for the file based cache? A file per cache item makes the file cache not a good fit for a project at work. We have millions of items in the cache and it runs on windows. There would be performance degradation getting a cache item in a folder with millions of items.
Have you guys considered using something like https://github.com/microsoft/FASTER for the file based cache? A file per cache item makes the file cache not a good fit for a project at work. We have millions of items in the cache and it runs on windows. There would be performance degradation getting a cache item in a folder with millions of items.