2 Home
gitea_admin edited this page 2026-03-11 14:35:19 +00:00

Caffeine Action

Perform operations on a caffeine cache

The Kamelet expects the following headers to be set:

  • caffeine-key / ce-caffeinekey: as the cache key used in the operation

  • caffeine-operation / ce-caffeineoperation: as the operation to perform. It can be PUT, GET, INVALIDATE and CLEANUP.

If the caffeine-key header won't be set the exchange ID will be used as key.

If the caffeine-operation header won't be set, the GET operation will be performed.

Metadata

Property Value
Type action
Group Caffeine
Namespace Cache
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
cacheName string caffeine-cache The name of the cache we want to use

Dependencies

  • camel:core
  • camel:caffeine
  • camel:kamelet