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: 157,823 of 190,365
Downloads: 3,485

Daily

Ranking: 113,104 of 190,317
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,243,919,424bundler
71,294,956,419activesupport
81,256,317,454rake
29957,790,816rspec
72583,733,126pry
181267,774,385pry-byebug
279175,249,192sqlite3
404120,174,974dalli
78967,550,989sequel
1,10741,519,611pry-doc

Owners

#GravatarHandle
1iconBachue