Library agnostic caching
A simple key/value storage using files to persist the data
Wrap native HTTP requests with RFC compliant cache support
High Performance In-Memory Cache for Node.js
Cacheable Utilities for Caching Libraries
Cache Manager for Node.js
A cacheable dns.lookup(…) that respects TTL
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
High Performance Layer 1 / Layer 2 Caching with Keyv Storage
This library takes a Response object and determines whether it's cacheable based on a specific configuration.
Simple and Maintained fast NodeJS internal caching
Memoization utilities for cacheable
Promise/Observable cache decorators
TypeScript-based caching decorators
Utils useful for Editor.js tools development
Adapter for using node-cache with type-cacheable
Adapter for using ioredis with type-cacheable
Adapter for using lru-cache with type-cacheable
Adapter for using redis with type-cacheable
An HTTP compliant route path middleware for serving cache response with invalidation support.
A cacheable dns.lookup(…) that respects TTL. This is a fork of szmarczak/cacheable-lookup, but with CommonJS support.
Wrap native HTTP requests with RFC compliant cache support. This is a fork of jaredwray/cacheable-request, but with CommonJS support.
An in-memory caching (memoization) decorator for Typescript
Redis storage adapter for Keyv
Make json record cacheable to redis via various adapters like Resque, Sidekiq, etc
Make ActiveRecord queries cacheable throughout your apps!
Makes ActiveRecord 'find_by_id, find_by_(attr)' methods and 'has_one, belongs_to' relations are cacheable by PrimaryKey(PK) or any referenced columns using Rails.cache methods. It also supports fetching multiple records using PKs(ids) with find_all_cache method(if cache store supports multiple reads [hint: memcached_store, dalli_store supports.]).