Rails 2.0 will introduce a query cache. This thing is just a simple cache of sql queries to reduce trips to the database for identical things.
This project is a plugin that just copies the query cache code and its tests so that it can be used in older versions of Rails, namely 1.2.3. There isn't anything original here :) Just lots of copy and paste from the edge branch.