second_level_cache
Cache manager
Caching library that synchronizes with models and databases in Rails applications
Write Through and Read Through caching library inspired by CacheMoney and cache_fu, support ActiveRecord 4, 5 and 6.
398 stars
17 watching
91 forks
Language: Ruby
last commit: almost 3 years ago
Linked from 1 awesome list
activerecordactiverecord5cachecache-moneyrailsrails5rails6
Related projects:
Repository | Description | Stars |
---|---|---|
rtomayko/rack-cache | A caching solution for Rack-based web applications | 822 |
rails/actionpack-action_caching | Caches entire response output to speed up subsequent requests by storing the cached data in a fragment cache | 263 |
aio-libs/aiocache | An asynchronous cache manager that supports multiple backends and provides a simple interface for caching data. | 1,146 |
codenoble/cache-crispies | A Rails gem providing fast JSON serialization with built-in caching and flexible configuration options. | 156 |
artsy/garner | A caching layer for Ruby and Rack applications supporting model and instance binding and hierarchical invalidation | 343 |
thebigbrainscompany/tbbccachebundle | A caching abstraction bundle that provides annotation-driven cache control using AOP mechanisms and PHP language expressions for Symfony applications. | 36 |
yamiko-ninja/cacheadministrationbundle | A bundle providing a simple and unified interface to clear various cache types in a PHP application | 18 |
spiritix/lada-cache | Automated cache layer for Laravel applications using Redis | 537 |
snazy/ohc | A high-performance off-heap cache implementation for Java with support for asynchronous loading and eviction using an LRU algorithm. | 1,071 |
sadmansamee/cachykit | A caching library that provides a thread-safe, expirable cache management system for various object types and supports asynchronous data loading, image caching, and fine-grained control over cache behavior. | 124 |
sorentwo/readthis | A Ruby library that provides a Redis-backed cache client with performance and simplicity features. | 506 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
rocketlaunchr/remember-go | A package to cache slow database queries using in-memory or Redis storage | 139 |
kayeenl/cachetuner | A tool that helps manage and optimize caching in web applications to improve performance. | 0 |
06chaynes/http-cache | A caching middleware that follows HTTP caching rules and integrates with various backend cache managers | 68 |