Package Information
Released: 5/16/2025
Downloads: 34 weekly / 101 monthly
Latest Version: 1.0.3
Author: Merzough Münker
Available Nodes
Documentation
This package provides a cache node for n8n workflows, allowing users to cache items using a MinIO client. It supports both reading from and writing to the cache, with options to disable caching and configure bucket names and keys. The node can improve workflow performance by storing and retrieving data from a cache instead of re-executing expensive operations.
Installation
Add the package to your workspace:
yarn add @rxap/n8n-nodes-cache
Install peer dependencies:
yarn add n8n-workflow
Execute the init generator:
yarn nx g @rxap/n8n-nodes-cache:init
Generators
init
Initialize the package in the workspace
nx g @rxap/n8n-nodes-cache:init