Is it possible to have a Linux VFS cache with a FUSE filesystem?
It seems that the Linux VFS cache does not work by default with a FUSE filesystem. For example, the "read" call seems to be systematically forwarded to the FUSE filesystem. I work on a FUSE specific remote filesystem. I need a very aggressive cache. Do I need to implement my own page cache? Or is it possible to activate the Linux VFS cache for this particular FUSE filesystem? Or does someone know a good proxy/cache FUSE filesystem (or a kind of C library to do that without reinventing the wheel)? Bonus question: If I have to implement my own page cache, I think to use a REDIS daemon to do the