async-cache-dedupe
async-cache-dedupe copied to clipboard
Async cache with dedupe support
Results
13
async-cache-dedupe issues
Sort by
recently updated
recently updated
newest added
Hi. Deduplication logic work perfect when cache is empty. But when the item is stale, than if you make 10 request all of them will execute separately and parallel. Is...
bug
This PR adds missing type signatures into the `index.d.ts` file for the `exists` function that is currently exported by the module but lack proper TypeScript definitions.
This PR is an attempt to fix the defect #164