feat(core): Enhanced caching solution with optional configurations and improved documentation.

This commit is contained in:
2024-11-24 20:16:25 +01:00
parent e45c662658
commit 75140e9d70
8 changed files with 6659 additions and 3856 deletions

View File

@@ -5,22 +5,23 @@
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitrepo": "levelcache",
"description": "A cache that utilizes memory, disk, and S3 for data storage and backup.",
"description": "A versatile caching solution offering multi-level storage utilizing memory, disk, and Amazon S3 for efficient data management and backup.",
"npmPackagename": "@push.rocks/levelcache",
"license": "MIT",
"projectDomain": "push.rocks",
"keywords": [
"caching",
"data storage",
"memory cache",
"disk cache",
"S3 cache",
"S3 storage",
"data backup",
"multilevel caching",
"performance optimization",
"multi-level caching",
"performance",
"persistent storage",
"data retrieval",
"node.js",
"typescript"
"Node.js",
"TypeScript"
]
}
},