It would be useful to have a write-through cache option where sccache can maintain both a local disk cache and remote cache simultaneously.
After initial build using remote cache, subsequent builds could benefit from local file access speeds and remove load off the network traffic.
Supporting this within sccache would be great, or interoperating with ccache is another option that works well too.