Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SplitFileContentCache (0.28 sec)

  1. subprojects/core/src/main/java/org/gradle/cache/internal/SplitFileContentCacheFactory.java

            FileContentCache<V> localCache = localFactory.newCache(name, normalizedCacheSize, calculator, serializer);
            return new SplitFileContentCache<>(globalCache, localCache, globalCacheLocations);
        }
    
        private static final class SplitFileContentCache<V> implements FileContentCache<V> {
            private final FileContentCache<V> globalCache;
            private final FileContentCache<V> localCache;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 18 16:53:35 UTC 2020
    - 3.1K bytes
    - Viewed (0)
Back to top