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,566 of 187,950
Downloads: 42,784

Daily

Ranking: 38,770 of 187,922
Downloads: 18

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,044,215,819bundler
71,225,313,097activesupport
101,176,878,843rake
28929,993,045rspec
36725,629,839activerecord
45679,488,980railties
224199,217,696database_cleaner
275167,243,038sqlite3
75168,958,323factory_girl

Owners

#GravatarHandle
1iconmustafaturan