Showing 1-20 of 111,360 packages
TypeScript definitions for async-cache
async-cache - but with promises
A small async cache
Async cache interop contracts
An async deduping cache
An async cache manager for React Native
[](https://www.npmjs.com/package/async-cache-fn)
Cache the promise lookups and avoid fetching the same thing more than necessary
core library for [`react-async-cache`](https://www.npmjs.com/package/react-async-cache) and [`vue-async-cache`](https://www.npmjs.com/package/vue-async-cache)
tachyon drive enabled async cache with expire support
Lightweight asynchronous task queue with cache, timeout and throttle management
A React hook for accessing an async cache that persists data between renders and components. This allows you to do neat stuff like preload data before your next page or component has even started mounting.
nestjs async cache dedupe
promise-async-cache
Async disk cache
Memoize functions results using an lru-cache.
Simple and Maintained fast NodeJS internal caching
Ultra-light, ultra-fast state & async data management library for React Native (store, selectors, computed, async cache, navigation sync).
Infer the owner of a path based on the owner of its nearest existing parent
`react-async-cache` is a library to cache asynchrone function call between different component. It was initially build to improve cache of api call with react. This library can be especially useful to cache some fetch query, for example using axios. The c