UNPKG

@mohan.kmr/cache

Version:

A simple in-memory caching module for Node.js with TTL support

60 lines (59 loc) 1.14 kB
{ "name": "@mohan.kmr/cache", "version": "1.0.0", "description": "A simple in-memory caching module for Node.js with TTL support", "main": "index.js", "scripts": { "test": "node test.js", "start": "node example.js" }, "repository": { "type": "git", "url": "https://github.com/mohan-kumar-0/cachelite.git" }, "keywords": [ "cache", "memory", "in-memory", "ttl", "time-to-live", "nodejs", "caching", "cache-management", "javascript", "npm", "performance", "speed", "optimization", "data-store", "key-value-store", "fast-cache", "simple-cache", "quick-cache", "node", "backend", "server-side", "utility", "lightweight", "developer-tools", "tool", "package", "library", "open-source", "data-caching", "data-management", "module", "local-cache", "temp-storage", "temporary-storage", "cache-module", "node-cache", "memory-cache" ], "author": "Mohan Kumar", "license": "MIT", "dependencies": { "@mohan.kmr/cache": "file:", "cachelite": "file:" } }