ocbesbn-cache

JSON →
library 1.0.9 ·javascript
verified Jun 7, 2026

General cache abstraction layer providing a unified front-end for cache access independent of the underlying technology. Version 1.0.9 ships with three built-in providers: dummy, memory, and Redis. The package requires additional infrastructure (Consul and Redis) when using the Redis backend. It uses a Promise-based API and is designed for Node.js environments. Minimal setup involves creating a Cache instance with optional configuration for driver, key prefix, default expiration, and plugin directory. The library is part of the OpusCapita ecosystem and has seen limited updates since its initial release.