{"library":"expeditious-engine-memory","type":"library","category":null,"description":"An in-memory cache engine for the expeditious caching library. Stores cache entries in Node.js process memory (version 0.2.1). This engine is stateful and ephemeral: all data is lost on process restart. Key differentiators: extremely simple setup with no external dependencies, ideal for single-process applications or development environments. However, it may cause memory bloat and GC pressure with large caches. Not recommended for production use cases requiring persistence or multitenancy.","language":"javascript","status":"maintenance","version":"0.2.1","tags":["javascript","expeditious","engine","memory","cache"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install expeditious-engine-memory","imports":["const engine = require('expeditious-engine-memory')()","engine: require('expeditious-engine-memory')()","const engine = require('expeditious-engine-memory')()"]},{"cmd":"yarn add expeditious-engine-memory","imports":[]},{"cmd":"pnpm add expeditious-engine-memory","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"expeditious-engine-memory","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}