FastEntry

Cache management for Rails applications.

FastEntry comes with a web application that can display the current state of your cache usage. Use it to view cache keys, inspect details or invalidate cached information.

Installation

Add this line to your application's Gemfile:

gem 'fastentry'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fastentry

Add the following to your config/routes.rb:

require 'fastentry/engine'
mount Fastentry::Engine, at: "/fastentry"

License

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

Author

Tiago Alves, @alvesjtiago, tiago @ rebase.studio