Version Cache

A Ruby on rails (v2.1.0) plugin that provides additional caching features.
It solves the problem of having to expire your cached stuff via the provided rails methods. Instead, it relies on versions.
For example, say we have a PostsController and a corresponding Post model and we need to cache the show action of the PostsController.

Download

To download

gem install espace-version_cache

To view the code

http://github.com/espace/version_cache

Documentation

Check the README file on Github

Proudly meet