ComfyUI Node
SP_CacheCompositeKey
Creates a composite key from multiple string parts.
SP_CacheCompositeKey
- key
◄prefix►
◄separator_►
◄part_A►
◄part_B►
◄part_C►
CategorySP-Nodes/cache
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| prefix | STRING | The initial part of the key. | |
| separator | STRING | _ | The character or string used to join the key parts. |
| part_Aopt | STRING | An optional middle part of the key. | |
| part_Bopt | STRING | Another optional middle part of the key. | |
| part_Copt | STRING | An optional final part of the key. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| key | STRING | — |