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,714 of 183,477
Downloads: 3,252

Daily

Ranking: 63,432 of 183,470
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,456,134,847bundler
71,004,546,968activesupport
10969,073,546rake
25825,073,950rspec
69473,435,718pry
168218,043,350pry-byebug
259143,118,777sqlite3
358103,147,035dalli
76755,803,882sequel
1,01536,731,998pry-doc

Owners

#GravatarHandle
1iconBachue