The cache layer is the product
A remote filesystem is a latency problem wearing a filesystem costume. Finder will happily fire hundreds of stat calls to draw one window; at 100 ms round trip that is a beachball. Mountit answers from a local metadata cache and goes to the network only when it must.
- Metadata cache so directory listings are instant on second view
- Read-ahead that fetches the next block before you ask for it
- Write-back queue so saving a file does not block on the upload
- Offline pinning for the directories you actually work in
- An encrypted chunk store — the cache on your disk is not plaintext