Kcache
Provide method for multi_fetch value from an array objects. Make sure your system can run well even when memcached server is down.
Installation
Add this line to your application's Gemfile:
gem 'kcache'
And then execute:
$ bundle
Or install it yourself as:
$ gem install kcache
Usage
Please configure memcached server (we have default configuration file on rails) Please include module Kcache to use the method as you want. You can write override method for your purpose if you need.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request