Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CachedVariant (0.66 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/transform/ConsumerProvidedVariantFinder.java

        private static class TransformCache {
            private final ConcurrentHashMap<CacheKey, List<CachedVariant>> cache = new ConcurrentHashMap<>();
            private final BiFunction<List<ImmutableAttributes>, ImmutableAttributes, List<CachedVariant>> action;
    
            public TransformCache(BiFunction<List<ImmutableAttributes>, ImmutableAttributes, List<CachedVariant>> action) {
                this.action = action;
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13.8K bytes
    - Viewed (0)
Back to top