I was looking into using memcached, but apart from the below comment, I can not find any information on how the disk cache and memcached play together.
"
memcached or
redis may be used as a scalable network-accessible cache in addition to the file cache. The file cache is always required, since PageSpeed has a few things it needs to store locally."
I'm also a bit confused as to what happens after a reboot. With the LRUcache you can get a memory dump automatically (by time) and that will be reloaded on a system reboot. But I cannot find a setting that allows you to do something similar with memcached.
As a note. My file cache is in its own partition on a M.2 NVMe SSD.
Any pointers would be gratefully received.