RubyGems Navigation menu

sequel-unicache 0.9.0

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: 'bachue@gmail.com']`, 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.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.9.0 - February 01, 2015 (16 KB)

Runtime Dependencies (1):

sequel ~> 4.0

Development Dependencies (9):

bundler ~> 1.7
dalli >= 0
pry >= 0
pry-byebug >= 0
pry-doc >= 0
rake ~> 10.0
rspec >= 0
sqlite3 >= 0

Owners:

Authors:

  • Bachue Zhou

SHA 256 checksum:

2944557aee784eaf309a9d97b0f47ee2dcbff52f0e09338a85b1b98acd08bc77

Total downloads 3,142

For this version 3,142

License:

GPLv2

Required Ruby Version: ~> 2.1

Links: