@Introspected public class KotlinSuspendFunCacheKeyGenerator extends DefaultCacheKeyGenerator
An implementation of the CacheKeyGenerator
which works exactly like DefaultCacheKeyGenerator
but drops the last parameter.
Constructor and Description |
---|
KotlinSuspendFunCacheKeyGenerator() |
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.
|
public Object generateKey(io.micronaut.core.annotation.AnnotationMetadata annotationMetadata, Object... params)
CacheKeyGenerator
generateKey
in interface CacheKeyGenerator
generateKey
in class DefaultCacheKeyGenerator
annotationMetadata
- The annotated metadataparams
- The parameters