Thanks for your comment! Copying from the other post: the cache works like a high performance datastore when the flagged balls fall through (cache hit). The catch is that some balls get punched out randomly (cache miss). You can try to collect these unlucky balls with a datastore. Hopefully we do a better job at this next time.