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: 157,991 of 191,483
Downloads: 3,499

Daily

Ranking: 140,423 of 191,454
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,294,095,825bundler
71,311,046,337activesupport
81,274,245,981rake
29964,633,797rspec
72589,278,519pry
182269,846,353pry-byebug
278177,488,390sqlite3
403121,178,946dalli
78668,506,925sequel
1,11341,758,512pry-doc

Owners

#GravatarHandle
1iconBachue