Package org.gradle.caching
@NonNullApi
package org.gradle.caching
Types to extend build cache functionality.
-
ClassDescriptionA reader for build cache entries.Writer to serialize a build cache entry.
BuildCacheException
is the base class of all exceptions thrown by aBuildCacheService
.Cache key identifying an entry in the build cache.Protocol interface to be implemented by a client to a build cache backend.BuildCacheServiceFactory<T extends BuildCache>Factory interface to be provided by build cache service implementations.Builder-style object that allows build cache service factories to describe the cache service.Simple build cache implementation that delegates to aConcurrentMap
.