find_cache 0.1.2
Makes ActiveRecord 'find_by_id, find_by_(attr)' methods and 'has_one, belongs_to relations' cacheable by id or any referenced columns using Rails.cache methods. It also supports fetching multiple records using ids with find_all_cache method(if cache store supports multiple reads [hint: memcache_store, dalli_store supports.]).
Gemfile:
=
install:
=
Runtime Dependencies (2):
rails
~> 3.2.0
simple_uuid
~> 0.2.0