actionpack-action_caching
Cache
Caches entire response output to speed up subsequent requests by storing the cached data in a fragment cache
Action caching for Action Pack (removed from core in Rails 4.0)
263 stars
27 watching
96 forks
Language: Ruby
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rails-engine/action-store | Provides a way to store and manage actions across different models using polymorphic associations in Active Record. | 407 |
hooopo/second_level_cache | Caching library that synchronizes with models and databases in Rails applications | 398 |
codenoble/cache-crispies | A Rails gem providing fast JSON serialization with built-in caching and flexible configuration options. | 156 |
cedric/custom_counter_cache | A custom counter cache functionality library for Ruby on Rails | 60 |
superwf/vuex-cache | A caching layer for Vuex actions to prevent repeated requests and heavy computations | 510 |
mloughran/api_cache | A caching library that adds features to external API calls to make them more reliable and efficient | 360 |
shopify/identity_cache | A caching solution for Active Record to reduce database queries | 1,918 |
rtomayko/rack-cache | A caching solution for Rack-based web applications | 822 |
06chaynes/http-cache | A caching middleware that follows HTTP caching rules and integrates with various backend cache managers | 68 |
magnusvk/counter_culture | A Ruby gem that enhances Rails' built-in counter caching to support multiple levels of relations and dynamic column names. | 1,958 |
jaemk/cached | Provides Rust implementations of caching structures and simplified function memoization. | 1,565 |
westonganger/active_snapshot | A library that provides simplified snapshots and restoration for ActiveRecord models and associations with transparent white-box implementation. | 126 |
orslumen/record-cache | A gem that stores Active Model records in a cache store for faster lookups and automatic invalidation. | 145 |
railseventstore/rails_event_store | A Ruby implementation of an Event Store based on Active Record | 1,423 |
thinkjs/think-cache | A caching solution designed to improve the performance of ThinkJS 3.x applications by reducing the number of requests made to external resources. | 2 |