mussurana-cache-linux-x64-gnu
Version:
High-performance in-memory cache system for Node.js written in Rust, featuring TTL support, priority-based eviction, and configurable memory limits.
33 lines • 708 B
JSON
{
"name": "mussurana-cache-linux-x64-gnu",
"version": "1.3.0",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "mussurana-cache.linux-x64-gnu.node",
"files": [
"mussurana-cache.linux-x64-gnu.node"
],
"description": "High-performance in-memory cache system for Node.js written in Rust, featuring TTL support, priority-based eviction, and configurable memory limits.",
"keywords": [
"cache",
"memory_cache",
"mem_cache",
"node_module",
"node_native_module",
"performance_cache"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"repository": {
"url": "https://github.com/damiaoterto/mussurana_cache"
},
"libc": [
"glibc"
]
}