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: 158,434 of 192,692
Downloads: 3,541

Daily

Ranking: 143,659 of 192,666
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,389,621,074bundler
71,339,865,813activesupport
81,311,002,349rake
29976,634,844rspec
72599,882,831pry
184273,741,251pry-byebug
278181,938,143sqlite3
404123,169,322dalli
78869,719,182sequel
1,11742,198,961pry-doc

Owners

#GravatarHandle
1iconBachue