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: 153,532 of 183,127
Downloads: 3,238

Daily

Ranking: 74,510 of 183,106
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,409,222,051bundler
7990,071,846activesupport
10954,475,095rake
25818,160,872rspec
68467,204,181pry
168214,963,776pry-byebug
253141,575,949sqlite3
354102,209,344dalli
76155,241,764sequel
1,00936,399,974pry-doc

Owners

#GravatarHandle
1iconBachue