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,502 of 187,548
Downloads: 42,628

Daily

Ranking: 90,620 of 187,532
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,007,742,320bundler
71,210,718,693activesupport
101,164,433,060rake
28924,538,466rspec
36718,968,537activerecord
45673,035,249railties
223198,153,983database_cleaner
275165,619,844sqlite3
74668,757,751factory_girl

Owners

#GravatarHandle
1iconmustafaturan