atikin-cache-ninja
Version:
A smart caching utility that optimizes app performance by providing in-memory caching with expiry, automatic invalidation, and async support.
26 lines (25 loc) • 640 B
JSON
{
"name": "atikin-cache-ninja",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"atikin-cache-optimization",
"atikin-cache",
"atikin-optimization",
"atikin verse",
"cache-optimization",
"in-memory-cache",
"data-efficiency",
"app-performance",
"cache-strategy"
],
"author": "Atikin Verse",
"license": "ISC",
"description": "A smart caching utility that optimizes app performance by providing in-memory caching with expiry, automatic invalidation, and async support.",
"dependencies": {
"cluster-events": "^1.1.5"
}
}