{"library":"continuable-cache","type":"library","category":null,"description":"A tiny utility to cache a continuable (thunk-based async value). Version 0.3.1 is the latest stable release. The package is in maintenance mode with no active development. It caches the result of a continuable function so that subsequent calls return the cached value without re-executing the async operation. Differentiators: minimal size, zero dependencies, simple API. However, it is a niche library tied to the continuable pattern which is not widely used.","language":"javascript","status":"maintenance","version":"0.3.1","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install continuable-cache","imports":["import cache from 'continuable-cache'","const cache = require('continuable-cache')","import cache from 'continuable-cache'; const cached = cache(myContinuable);"]},{"cmd":"yarn add continuable-cache","imports":[]},{"cmd":"pnpm add continuable-cache","imports":[]}],"homepage":"https://github.com/Raynos/continuable-cache","github":"git://github.com/Raynos/continuable-cache","docs":null,"changelog":null,"pypi":null,"npm":"continuable-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}