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.

Required Ruby Version

~> 2.1

Authors

Bachue Zhou

Versions

  1. 0.9.0 February 01, 2015 (16 KB)

SHA 256 checksum