Thanks to visit codestin.com
Credit goes to github.com

Skip to content

anteo/lmc-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMC (LocalMemCache) store

lmc_store is an ActiveSupport::Cache::Store implementation for LocalMemCache 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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages