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: 156,616 of 187,603
Downloads: 3,429

Daily

Ranking: 110,823 of 187,591
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,011,622,509bundler
71,212,431,206activesupport
101,165,909,119rake
28925,144,006rspec
73556,307,351pry
175257,056,125pry-byebug
275165,772,060sqlite3
395115,080,385dalli
79863,280,461sequel
1,08940,188,225pry-doc

Owners

#GravatarHandle
1iconBachue