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,869 of 193,767
Downloads: 3,557

Daily

Ranking: 114,013 of 193,752
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,495,674,061bundler
71,368,374,728activesupport
81,346,467,157rake
29989,755,551rspec
72610,664,888pry
186278,038,650pry-byebug
279186,046,291sqlite3
409125,420,973dalli
78371,183,724sequel
1,11942,685,193pry-doc

Owners

#GravatarHandle
1iconBachue