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: 31,401 of 193,264
Downloads: 43,681

Daily

Ranking: 25,259 of 192,861
Downloads: 13

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,394,914,646bundler
71,341,439,641activesupport
81,312,927,961rake
29977,275,983rspec
36787,031,234activerecord
45738,324,898railties
236209,427,293database_cleaner
278182,142,024sqlite3
77570,652,586factory_girl

Owners

#GravatarHandle
1iconmustafaturan