{"library":"asynchronous-cache","type":"library","category":null,"description":"Simple asynchronous in-memory cache for deduplicating concurrent calls to async functions. v1.1.0, no dependencies. Key differentiator: caches promises, not just values, so concurrent calls for the same key share a single pending promise, preventing duplicate execution. Supports optional TTL per entry. Minimal API: executeWithCache, delete, clear.","language":"javascript","status":"active","version":"1.1.0","tags":["javascript","async","asynchronous","cache","in-memory"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install asynchronous-cache","imports":["import { Cache } from 'asynchronous-cache'","const { Cache } = require('asynchronous-cache')","import { Cache } from 'asynchronous-cache'"]},{"cmd":"yarn add asynchronous-cache","imports":[]},{"cmd":"pnpm add asynchronous-cache","imports":[]}],"homepage":"https://github.com/josefjadrny/asynchronous-cache#readme","github":"https://github.com/josefjadrny/asynchronous-cache","docs":null,"changelog":null,"pypi":null,"npm":"asynchronous-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}