No commit activity in last 3 years
No release in over 3 years
stores cache in database
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

 Project Readme
Installation
============

gem install activerecord_cache_store

Setup
=====

in your environment:

config.cache_store = :active_record_store


Cache Migration
===============

rails g cache_migration
rake db:migrate

Usage
=====

<% cache do %>
  some html
<% end>

Rails.cache.clear # clear all cache
Rails.cache.cleanup # clear expired cache entries

more about Rails caching http://guides.rubyonrails.org/caching_with_rails.html

Notes
=====

https://rails.lighthouseapp.com/projects/8994/tickets/4452-making-activesupportcache-consistent