api_cache
API caching
A caching library that adds features to external API calls to make them more reliable and efficient
Simple library which makes it easy to add caching to all your external API calls.
360 stars
7 watching
29 forks
Language: Ruby
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jamesmontemagno/monkey-cache | Provides an easy-to-use caching mechanism for data structures in .NET applications. | 680 |
acorncache/acorn-cache | A caching middleware solution for web applications that improves page load times and reduces server load. | 100 |
apix/cache | A thin wrapper around caching backends with tagging and indexing support | 117 |
rtomayko/rack-cache | A caching solution for Rack-based web applications | 821 |
06chaynes/http-cache | A caching middleware that follows HTTP caching rules and integrates with various backend cache managers | 70 |
adelowo/onecache | A Go caching library with support for multiple backends and garbage collection. | 136 |
aliostad/cachecow | An implementation of HTTP caching in .NET Core and 4.5.2+ for both client and server | 857 |
sqlalchemy/dogpile.cache | A caching API that provides a generic interface to various caching backends and integrates them with a locking mechanism. | 250 |
hooopo/second_level_cache | Caching library that synchronizes with models and databases in Rails applications | 398 |
nigrosimone/ng-http-caching | A caching solution for HTTP requests in Angular applications. | 46 |
codenoble/cache-crispies | A Rails gem providing fast JSON serialization with built-in caching and flexible configuration options. | 156 |
joakimskoog/cashew | A simple HTTP client cache library that allows developers to easily implement caching in their applications. | 83 |
rails/actionpack-action_caching | Caches entire response output to speed up subsequent requests by storing the cached data in a fragment cache | 264 |
mdaliyan/icache | A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
zolomatok/johnny | A caching library for Swift that supports various data types and provides features like automatic cache eviction and multiplatform support. | 37 |