{"library":"throwaway-local-cache","type":"library","category":null,"description":"A lightweight Node.js library for maintaining a fast local disk-backed cache without strict persistence guarantees. Version 1.3.0 is the latest stable release. It stores data on the filesystem, queuing writes and deletions to be batched and flushed asynchronously. Unlike persistent databases, it prioritizes speed over durability, making it ideal for temporary or disposable caches. It has minimal dependencies and a simple synchronous-like API using async/await.","language":"javascript","status":"active","version":"1.3.0","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install throwaway-local-cache","imports":["const Cache = require('throwaway-local-cache')","import Cache from 'throwaway-local-cache'","const { Cache } = require('throwaway-local-cache')"]},{"cmd":"yarn add throwaway-local-cache","imports":[]},{"cmd":"pnpm add throwaway-local-cache","imports":[]}],"homepage":"https://github.com/holepunchto/throwaway-local-cache","github":"https://github.com/holepunchto/throwaway-local-cache","docs":null,"changelog":null,"pypi":null,"npm":"throwaway-local-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}