Package org.gradle.caching.local
Class DirectoryBuildCache
java.lang.Object
org.gradle.caching.configuration.AbstractBuildCache
org.gradle.caching.local.DirectoryBuildCache
- All Implemented Interfaces:
BuildCache
Configuration object for the local directory build cache.
- Since:
- 3.5
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract DirectoryPropertyThe directory to use to store the build cache.protected abstract org.gradle.internal.file.PathToFileResolverDeprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.caching.configuration.BuildCache
getEnabled, getIsEnabled, getIsPush, getPush
-
Constructor Details
-
DirectoryBuildCache
public DirectoryBuildCache()
-
-
Method Details
-
getDirectory
The directory to use to store the build cache. -
getFileResolver
@Inject @Deprecated protected abstract org.gradle.internal.file.PathToFileResolver getFileResolver()Deprecated.
-