A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.
Extends LRU base on hashlru
Like which(1) unix command. Find the first instance of an executable in the PATH.
Wrap native HTTP requests with RFC compliant cache support. This is a fork of jaredwray/cacheable-request, but with CommonJS support.
Finds the common standard cache directory
A simple in-memory cache. put(), get() and del()
A library made for easy implementation of NodeJS application caches, with in-memory and Redis support
EditorConfig File Locator and Interpreter for Node.js
Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies
a simple service level cache module in NestJs
OCSP Stapling implementation
HTTP response freshness testing
A better async DNS lookup function for Node.js that implements atomic cache operation.
TypeScript definitions for http-cache-semantics
LRU and FIFO caches for Client or Server
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
Adapter for using cache-manager with type-cacheable
A two-layer caching adapter for HTTP requests built on [cacheable](https://www.npmjs.com/package/cacheable) and [iovalkey](https://www.npmjs.com/package/iovalkey). Provides axios request caching with multiple staleness strategies, automatic Redis circuit-
The closest you can get to require something with bypassing the require cache
Wrap native HTTP requests with RFC compliant cache support
Redis storage adapter for Keyv
AWS credential provider that sources credentials from a Node.JS environment.
Actions tool-cache lib
A generational pseudo-LRU cache with strict maximum size limits.