class ActiveSupport::Cache::MemCacheStore

A cache store implementation which stores data in Memcached: memcached.org

This is currently the most popular cache store for production websites.

Special features:

MemCacheStore implements the Strategy::LocalCache strategy which implements an in-memory cache inside of a block.