Sha256: 1c5d2e9dc7138ccfa2e81130b86674c713795888e76e3527b6cd099c43e46f89
Contents?: true
Size: 971 Bytes
Versions: 8
Compression:
Stored size: 971 Bytes
Contents
# FastEntry Cache management for Rails applications. > There are only two hard things in Computer Science: cache invalidation and naming things. > -- Phil Karlton FastEntry helps with the first. It comes with a web interface 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: ```ruby gem 'fastentry' ``` And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install fastentry ``` Add the following to your `config/routes.rb`: ```ruby require 'fastentry/engine' mount Fastentry::Engine, at: "/fastentry" ``` ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Author Tiago Alves, @alvesjtiago, tiago @ rebase.studio
Version data entries
8 entries across 8 versions & 1 rubygems