Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. subprojects/core/src/test/groovy/org/gradle/caching/internal/controller/DefaultBuildCacheControllerFactoryTest.groovy

                if (configuration.directory != null) {
                    chain.config("location", configuration.directory.toString())
                }
    
                new TestLocalBuildCacheService()
            }
        }
    
        static class TestLocalBuildCacheService implements LocalBuildCacheService, BuildCacheService {
            @Override
            void storeLocally(BuildCacheKey key, File file) {
    
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:46:34 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top