Sha256: 50764f6684a2c811425584211d5a64972076dd2ee60917b95e0d9fc571330242

Contents?: true

Size: 559 Bytes

Versions: 2

Compression:

Stored size: 559 Bytes

Contents

LMC (LocalMemCache) store
------------------

[lmc_store](http://github.com/anteo/lmc_store) is an ActiveSupport::Cache::Store implementation for
[LocalMemCache](http://localmemcache.rubyforge.org/) in Rails.

## Disclaimer

This gem was created because there are no other gems for modern Rails >= 6.
While it is in alpha stage, use it at your own risk.

## Installation

Add this line to your application's Gemfile:

    gem 'lmc_store'

And then execute:

    $ bundle

If using Rails, in `config/application.rb`:

    config.cache_store = :lmc_store

Done!

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lmc-store-0.0.2 README.md
lmc-store-0.0.1 README.md