Quote Originally Posted by alpha View Post
Hmm. Looking at a console as the client works, it looks like it sends each result straight after the work unit finishes, and immediately replenishes the cache. So it keeps a constantly full cache, rather than running it dry and then filling it up again.
Yes the caching sucks, it queues up 10 WUs but it is only really useful if you lose your network connection temporarily, it always uploads results immediately and downloads a new WU when done as well so doesn't save any bandwidth.