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: 160,212 of 196,338
Downloads: 3,602

Daily

Ranking: 51,088 of 196,320
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,687,515,579bundler
71,416,844,709activesupport
81,399,913,164rake
291,013,199,560rspec
72628,596,604pry
190285,337,889pry-byebug
281193,253,659sqlite3
415128,808,031dalli
77673,630,814sequel
1,12343,533,566pry-doc

Owners

#GravatarHandle
1iconBachue