I'm building a web site with Rails, which will do something in the background. I don't want to use DelayedJob, because it needs a database.
What I wan't to do is simple: get some data from another site, save the response in the memory, and keep it for 10 minutes.
Is there any tools can do this?