| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.cache.internal | |
| com.mulesoft.mule.runtime.cache.internal.keygenerator |
| Modifier and Type | Method and Description |
|---|---|
MuleEventKeyGenerator |
InvalidateKeyMessageProcessor.getKeyGenerator() |
MuleEventKeyGenerator |
AbstractCachingStrategy.getKeyGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
InvalidateKeyMessageProcessor.setKeyGenerator(MuleEventKeyGenerator keyGenerator) |
void |
AbstractCachingStrategy.setKeyGenerator(MuleEventKeyGenerator keyGenerator) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionMuleEventKeyGenerator
Implements
MuleEventKeyGenerator using the Mule expression language to generate the cache
keys. |
class |
SHA256MuleEventKeyGenerator
Implements
MuleEventKeyGenerator applying SHA-256 digest to the event's message payload. |
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.