Sunday, 9 February 2020

Is there any kind of file system cache that is fast and supports TTL or max disk size?

For our application we need to use a file system cache that is fast, but also is able to limit the life of files in cache, or have a max number of files stored, we’ve been using cacache so far, but it requires us to manually delete the contents. Have tried other packages such as cache-manager with the fs storage, but it wasn’t as fast and affected the performance, is there any other that I’m missing?

Submitted February 10, 2020 at 01:18AM by elndro85

No comments:

Post a Comment