Cachex v2.1.0 API Reference
Modules
Cachex provides a straightforward interface for in-memory key/value storage
This module contains interaction with disk for serializing terms directly to a given file path. This is mainly used for backing up a cache to disk in order to be able to export a cache to another instance. Writes can have a compression attached and will add basic compression by default