Package-level declarations
Types
Link copied to clipboard
                  interface BuildCacheEntryReader
A reader for build cache entries.
Link copied to clipboard
                  interface BuildCacheEntryWriter
Writer to serialize a build cache entry.
Link copied to clipboard
                  BuildCacheException is the base class of all exceptions thrown by a BuildCacheService.Link copied to clipboard
                  interface BuildCacheKey
Cache key identifying an entry in the build cache.
Link copied to clipboard
                  Protocol interface to be implemented by a client to a build cache backend.
Link copied to clipboard
                  Factory interface to be provided by build cache service implementations.
Link copied to clipboard
                  Simple build cache implementation that delegates to a ConcurrentMap.