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,234 of 192,137
Downloads: 3,523

Daily

Ranking: 82,222 of 192,103
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,342,103,677bundler
71,325,511,824activesupport
81,292,456,495rake
29970,934,436rspec
73594,924,422pry
183271,863,731pry-byebug
279179,551,852sqlite3
404122,202,275dalli
78869,100,382sequel
1,11341,997,804pry-doc

Owners

#GravatarHandle
1iconBachue