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: 155,651 of 186,883
Downloads: 3,353

Daily

Ranking: 162,131 of 186,872
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,910,439,083bundler
71,170,489,603activesupport
101,129,820,239rake
27910,134,422rspec
71543,465,179pry
173251,797,077pry-byebug
276161,194,590sqlite3
392112,780,632dalli
80062,012,077sequel
1,08039,577,872pry-doc

Owners

#GravatarHandle
1iconBachue