Optimize JavaScript execution/parsing by wrapping functions
useMemo and useCallback but with a stable cache
A cache object that deletes the least-recently-used items.
Require hook for automatic V8 compile cache persistence
Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies
Require hook for automatic V8 compile cache persistence
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
Reads and caches the entire contents of a file until it is modified
Cache requires to be lazy-loaded when needed.
LRU and FIFO caches for Client or Server

HTTP response freshness testing
A simple key/value storage using files to persist the data
A super-fast, promise-based cache that reads and writes to the file-system.
No description provided.
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
A generational pseudo-LRU cache with strict maximum size limits.
Basic cache object for storing key-value pairs.
Caches the result of following loaders on disk.
Opinionated, caching, retrying fetch client
An LRU cache of weak references
The closest you can get to require something with bypassing the require cache
A cache for managing namespaced sub-caches
Memoize functions results using an lru-cache.