{"library":"simple-cluster-cache","type":"library","category":null,"description":"simple-cluster-cache is a dead-simple in-memory cache for Node.js cluster applications, enabling shared caching between master and worker processes via IPC. Version 0.0.6 is the latest release. It provides basic get/set/del/clear methods with optional TTL and callback support, and supports both single-key and multi-key operations. It is designed specifically for the Node.js cluster module and does not require external dependencies like Redis or Memcached. The package has not seen updates since its initial release and has limited adoption.","language":"javascript","status":"maintenance","version":"0.0.6","tags":["javascript","cache","cluster","worker","master"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install simple-cluster-cache","imports":["import cache from 'simple-cluster-cache';","cache.get('key', callback);","cache.set('key', value, ttl, callback);"]},{"cmd":"yarn add simple-cluster-cache","imports":[]},{"cmd":"pnpm add simple-cluster-cache","imports":[]}],"homepage":"https://github.com/rfrench/simple-cluster-cache","github":"https://github.com/rfrench/simple-cluster-cache","docs":null,"changelog":null,"pypi":null,"npm":"simple-cluster-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}