find_cache 0.1.0
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:
=
安装:
=
Runtime 依赖 (3):
Development 依赖 (1):
sqlite3
>= 0