Move the caching of current_event and schedule into the controller layer
This allows you to use a cache and have all processes return the same
values (unless you're using memory store).
I'm dragging my feet on this because I want to give it a little closer look. I'm gonna go through the other PRs and come back to this one... I hope that doesn't screw up merging stuff..
Move the caching of current_event and schedule into the controller layer This allows you to use a cache and have all processes return the same values (unless you're using memory store).