Class AbstractBuildCache

java.lang.Object
org.gradle.caching.configuration.AbstractBuildCache
All Implemented Interfaces:
BuildCache
Direct Known Subclasses:
DirectoryBuildCache, HttpBuildCache

public abstract class AbstractBuildCache extends Object implements BuildCache
Base implementation for build cache service configuration.
Since:
3.5
  • Constructor Details

    • AbstractBuildCache

      public AbstractBuildCache()