find_cache 0.3.0
Makes ActiveRecord 'find_by_id, find_by_(attr)' methods and 'has_one, belongs_to' relations are cacheable by PrimaryKey(PK) or any referenced columns using Rails.cache methods. It also supports fetching multiple records using PKs(ids) with find_all_cache method(if cache store supports multiple reads [hint: memcached_store, dalli_store supports.]).
Gemfile:
=
install:
=
Runtime Dependencies (3):
Development Dependencies (6):
bundler
~> 1.10
database_cleaner
~> 1.5.1
factory_girl
~> 4.5.0
rake
~> 10.0
rspec
~> 3.4.0
sqlite3
~> 1.3.11