Interface CacheKeyGenerator

    • Method Detail

      • generateCacheKey

        GeneratedCacheKey generateCacheKey​(CacheKeyInvocationContext<? extends java.lang.annotation.Annotation> cacheKeyInvocationContext)
        Called for each intercepted method invocation to generate a suitable cache key (as a GeneratedCacheKey) from the CacheKeyInvocationContext data.
        Parameters:
        cacheKeyInvocationContext - Information about the intercepted method invocation
        Returns:
        A non-null cache key for the invocation.