Active Support Cache Store An abstract cache store class. There are multiple cache store implementations, each having its own additional features.| api.rubyonrails.org
Memory Cache Store A cache store implementation which stores everything into memory in the same process.| api.rubyonrails.org
Memcached Cache Store A cache store implementation which stores data in Memcached: memcached.org This is currently the most popular cache store for production websites.| api.rubyonrails.org
Methods| api.rubyonrails.org