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: 152,274 of 180,681
Downloads: 3,150

Daily

Ranking: 68,625 of 180,671
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,103,657,624bundler
7899,341,991activesupport
16862,274,811rake
24772,211,489rspec
64426,373,982pry
170193,844,248pry-byebug
238133,262,795sqlite3
34293,291,408dalli
73451,559,717sequel
97234,095,175pry-doc

Owners

#GravatarHandle
1iconBachue