Hi, I'm new to Python and I'm considering using Quixote for my next project. I currently develop in C#/asp.net, but it feels like the framework adds a lot of overhead to what are fairly simple web apps. I've read through the Quixote docs, but I have one questions. Currently, I use output caching of complete pages (varying on a querystring param) to take most of the load off my server and database. Is there an equivalent caching module for Quixote? Also, much of what the new app will be doing is finding URLs in a database based on the querystring and then sending redirects to the client. Obviously, I'd like to cache the key / URL pairs after they are used the first time. Is there an easy way to do this with Quixote? Thanks for your help! - Dan