0.0
No release in over 3 years
Low commit activity in last 3 years
Facilitates sweeping the cache by the click of a button
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 5
 Project Readme

CacheBeGone

Simple Rails engine that provides controller, route and helper to ease administrative cache deletion.

Usage

use only if cache_store == file_store

to add an action button on your template at any place:

<%= cache_be_gone %>

Installation

Add this line to your rails (>=5) application's Gemfile:

gem 'cache_be_gone'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cache_be_gone

License

The gem is available as open source under the terms of the MIT License.