A memoization and caching library for NodeJS
Layered memoization style cache helper
useMemo and useCallback but with a stable cache
A cache object that deletes the least-recently-used items.
Decorator for caching the results of your method calls using lodash.memoize
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
Require hook for automatic V8 compile cache persistence
React useContextSelector hook in userland
easy persisted memo object
Enforce that all function components are wrapped in `React.memo`, and that all props and deps are wrapped in `useMemo`/`useCallback` so they don’t break memo.
A simple key/value storage using files to persist the data
Memoization decorator that caches function results based on arguments. Returns cached results for subsequent calls with the same arguments.
Collection of custom memo primitives. They extend Solid's createMemo functionality while keeping the usage similar.
Babel runtime support for jsx plus.
Require hook for automatic V8 compile cache persistence
Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies
SPL Memo Program JS API
LRU and FIFO caches for Client or Server
TypeScript definitions for http-cache-semantics
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
Create a full Content-Type header given a MIME type or extension and cache the result
No description provided.
Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.
A generational pseudo-LRU cache with strict maximum size limits.