I have a situation where I want to send a cached result back then
recalculate the cache. This is necessary because it takes a long time
to generate a page. Is there a way for me to return what the browser
needs, then terminate the connection without stopping my script?