public interface CacheKeyGenerator
An interface for generating keys used by Cacheable
.
Modifier and Type | Method and Description |
---|---|
Object |
generateKey(io.micronaut.core.annotation.AnnotationMetadata annotationMetadata,
Object... params)
Generate a key for the given annotated element and parameters.
|