Rails ships with support for using Memcached as the cache storage. Memcached is an open source, key value store that is designed primarily for caching. Out of the box it is configured to automatically expire old cache keys and can easily be scaled up with
view more