Categories: None [Edit]

sequel-unicache

https://rubygems.org/gems/sequel-unicache
https://github.com/bachue/sequel-unicache
Read through caching library inspired by Cache Money, support Sequel 4 Read-Through: Queries by ID or any specified unique key, like `User[params[:id]]` or `User[username: '[email protected]']`, will first look in memcache store and then look in the database for the results of that query. If there is a cache miss, it will populate the cache. As objects are created, updated, and deleted, all of the caches are automatically expired.

Total

Ranking: 160,679 of 196,658
Downloads: 3,607

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
72633,800,712pry
190287,423,613pry-byebug
286195,503,478sqlite3
415129,783,287dalli
78174,157,134sequel
1,12643,785,425pry-doc

Owners

#GravatarHandle
1iconBachue