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: - of 0
Downloads: -

Daily

Ranking: - of 0
Downloads: -

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,524,455,789bundler
71,375,666,696activesupport
81,354,615,159rake
29993,218,487rspec
72613,447,704pry
186279,155,865pry-byebug
280187,045,758sqlite3
410125,973,873dalli
78371,527,219sequel
1,12142,817,949pry-doc

Owners

#GravatarHandle
1iconBachue