UNPKG

mussurana-cache-win32-x64-msvc

Version:

High-performance in-memory cache system for Node.js written in Rust, featuring TTL support, priority-based eviction, and configurable memory limits.

30 lines 682 B
{ "name": "mussurana-cache-win32-x64-msvc", "version": "1.3.0", "os": [ "win32" ], "cpu": [ "x64" ], "main": "mussurana-cache.win32-x64-msvc.node", "files": [ "mussurana-cache.win32-x64-msvc.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" } }