Interface CacheKeyGenerator

    • Method Summary

      All Methods Instance Methods Abstract 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.
    • Method Detail

      • generateKey

        java.lang.Object generateKey​(io.micronaut.core.annotation.AnnotationMetadata annotationMetadata,
                                     java.lang.Object... params)
        Generate a key for the given annotated element and parameters.
        Parameters:
        annotationMetadata - The annotated metadata
        params - The parameters
        Returns:
        The generated key. Never null.