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: 159,849 of 195,762
Downloads: 3,591

Daily

Ranking: 102,761 of 195,747
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,629,697,366bundler
71,402,392,100activesupport
81,384,293,602rake
291,006,320,288rspec
72623,573,670pry
189283,275,706pry-byebug
281191,064,338sqlite3
411127,831,846dalli
77573,087,178sequel
1,12343,289,890pry-doc

Owners

#GravatarHandle
1iconBachue