Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CachingRuleExecutor (0.24 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/internal/resolve/caching/CachingRuleExecutor.java

     * a different type that the caller can use to reproduce the execution of the rule. This object is the one
     * that is going to be cached, and most likely the thing the caller really cares about
     */
    public interface CachingRuleExecutor<KEY, DETAILS, RESULT> {
        /**
         * Executes a rule, fetching the result from the cache if available, or executing the rule and caches
         * the result in case of cache miss.
         *  @param rule the rule to be executed
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3K bytes
    - Viewed (0)
Back to top