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.

![](https://user-images.githubusercontent.com/407470/52439845-d8ecff80-2b1c-11e9-8cdb-8c2323585583.png)

## 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

Version Path
fastentry-0.1.11 README.md
fastentry-0.1.10 README.md
fastentry-0.1.9 README.md
fastentry-0.1.8 README.md
fastentry-0.1.7 README.md
fastentry-0.1.6 README.md
fastentry-0.1.5 README.md
fastentry-0.1.4 README.md