I have some "Trending Now" sections on a news site that don't need to be 100% up-to-date but should still be pretty close, and dynamically loading them creates an unpleasant user experience. It'd be nice if I could set the cache expiration to something like 1 minute to keep the performance benefits of caching but still be reasonably up-to-date without having to resort to lazy-loading.