I need to cache a single page. I've used ActionController's caches_page for this. But now, I'd like to expire AND regenerate it once in every 10 minutes. What are my options?
later: I'd like to not use any external tools for this, like cron. The important point is interval-based expiry of the cache.