Categories: None [Edit]

find_cache

https://rubygems.org/gems/find_cache
https://github.com/mustafaturan/find_cache
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.]).

Total

Ranking: 30,985 of 190,402
Downloads: 43,327

Daily

Ranking: 66,113 of 190,364
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,247,375,353bundler
71,295,989,549activesupport
81,257,384,115rake
29958,215,468rspec
36762,768,244activerecord
46714,901,729railties
230205,034,504database_cleaner
279175,428,832sqlite3
76769,997,333factory_girl

Owners

#GravatarHandle
1iconmustafaturan