Showing 1-20 of 34,258 packages
[](https://www.npmjs.org/package/@awsless/weak-cache) [](https://www.npmjs.org/package/@awsless/weak-cac
An LRU cache of weak references
WeakCache is like WeakMap but extends support to primitive keys, and with both object keys and object values being weakly referenced.
A Map with weakly referenced values.
bounded-size caches having WeakMap-compatible methods
A WeakMap shim for Node.js and browsers
A memoization function that uses a WeakMap
ECMAScript6 WeakMap polyfill
A cache object that deletes the least-recently-used items.
A caching Map<string, V extends object> that deletes the least-recently-used items with weak references and async generation. Inspired by [lru-cache](https://www.npmjs.com/package/lru-cache).
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
A simple key/value storage using files to persist the data
Make weak references to JavaScript Objects.
Garbage-collected memoizer for variadic functions
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
entity tag module
LRU and FIFO caches for Client or Server
A super-fast, promise-based cache that reads and writes to the file-system.
Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.
Basic cache object for storing key-value pairs.