Package org.gradle.caching.configuration
Class AbstractBuildCache
java.lang.Object
org.gradle.caching.configuration.AbstractBuildCache
- All Implemented Interfaces:
BuildCache
- Direct Known Subclasses:
DirectoryBuildCache,HttpBuildCache
Base implementation for build cache service configuration.
- Since:
- 3.5
-
Constructor Summary
Constructors -
Method Summary
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
-
AbstractBuildCache
public AbstractBuildCache()
-