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: 32,054 of 196,658
Downloads: 44,304

Daily

Ranking: 111,482 of 196,619
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,750,343,576bundler
71,432,165,956activesupport
81,416,600,134rake
291,020,526,382rspec
37839,032,779activerecord
47788,422,756railties
247218,424,425database_cleaner
286195,503,478sqlite3
80171,757,712factory_girl

Owners

#GravatarHandle
1iconmustafaturan