Class KotlinSuspendFunCacheKeyGenerator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object generateKey​(io.micronaut.core.annotation.AnnotationMetadata annotationMetadata, java.lang.Object... params)
      Generate a key for the given annotated element and parameters.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KotlinSuspendFunCacheKeyGenerator

        public KotlinSuspendFunCacheKeyGenerator()
    • Method Detail

      • generateKey

        public java.lang.Object generateKey​(io.micronaut.core.annotation.AnnotationMetadata annotationMetadata,
                                            java.lang.Object... params)
        Description copied from interface: CacheKeyGenerator
        Generate a key for the given annotated element and parameters.
        Specified by:
        generateKey in interface CacheKeyGenerator
        Overrides:
        generateKey in class DefaultCacheKeyGenerator
        Parameters:
        annotationMetadata - The annotated metadata
        params - The parameters
        Returns:
        The generated key. Never null.