Write Through and Read Through caching library inspired by CacheMoney and cache_fu, support ActiveRecord 4 and 5.

SecondLevelCache SecondLevelCache is a write-through and read-through caching library inspired by Cache Money and cache_fu, support ActiveRecord 4. Read-Through: Queries by ID, like current_user.articles.find(params[:id]), w
Information
Category: Ruby / Caching
Watchers: 17
Star: 394
Fork: 91
Last update: Sep 19, 2023

Related Repos


259

rails actionpack-action_caching Action caching for Action Pack (removed from core in Rails 4.0). Installation Add this line to your application's Gemfile: gem 'actionpack-action_caching' And then execute: $ bundle O
 
3.1k

petergoldstein Dalli Dalli is a high performance pure Ruby client for accessing memcached servers. It works with memcached 1.4+ only as it uses the newer binary protocol. It should be considered a replacement for the memcache-client gem. Th
 
347

artsy Garner Garner is a cache layer for Ruby and Rack applications, supporting model and instance binding and hierarchical invalidation. To "garner" means to gather data from various sources and to make it readily available in o
 
1.9k

Shopify IdentityCache Opt in read through ActiveRecord caching used in production and extracted from Shopify. IdentityCache lets you specify how you want to cache your model objects, at the model level, and adds a number of convenience
 
265

IFTTT Kashmir is a Ruby DSL that makes serializing and caching objects a snap. Kashmir allows you to describe representations of Ruby objects. It will generate hashes from these Ruby objects using the representation and dependency tree that
 
505

sorentwo Readthis Readthis is a Redis backed cache client for Ruby. It is a drop in replacement for any ActiveSupport compliant cache and can also be used for session storage. Above all Readthis emphasizes performance, simplicity, a
 
145

orslumen Record Cache Cache Active Model Records in Rails 3 and Rails 4 Record Cache transparently stores Records in a Cache Store to retrieve those Records from the store when queried using Active Model. Cache invalidation is perform
 
394

hooopo SecondLevelCache SecondLevelCache is a write-through and read-through caching library inspired by Cache Money and cache_fu, support ActiveRecord 4. Read-Through: Queries by ID, like current_user.articles.find(params[:id]), w