Interface JCacheOperationSource

    • Method Detail

      • getCacheOperation

        @Nullable
        JCacheOperation<?> getCacheOperation​(Method method,
                                             @Nullable
                                             Class<?> targetClass)
        Return the cache operations for this method, or null if the method contains no JSR-107 related metadata.
        Parameters:
        method - the method to introspect
        targetClass - the target class (may be null, in which case the declaring class of the method must be used)
        Returns:
        the cache operation for this method, or null if none found