Interface CacheResultPostProcessor

    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Detail

      • post

        <P> P post​(P result,
                   boolean isImperativeProcessing)
        Post process the result.
        Type Parameters:
        P - The result type
        Parameters:
        result - The input to process
        isImperativeProcessing - Whether or not this post process is the result of an imperative based cache call. See CacheStateManager.computeIfAbsent(Function, ImperativeListCacheInfo).
        Returns:
        The processed result
      • getOrder

        default int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered