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,641 of 193,241
Downloads: 3,553

Daily

Ranking: 73,152 of 193,214
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,441,694,098bundler
71,354,658,347activesupport
81,330,550,542rake
29983,169,856rspec
72605,326,418pry
184275,935,071pry-byebug
279183,901,264sqlite3
406124,288,938dalli
78770,395,688sequel
1,11742,452,363pry-doc

Owners

#GravatarHandle
1iconBachue