MapBasedBuildCacheService

Simple build cache implementation that delegates to a ConcurrentMap.

Since

3.5

Constructors

Link copied to clipboard
constructor(delegate: ConcurrentMap<String, Array<Byte>>)

Functions

Link copied to clipboard
open fun close()
Link copied to clipboard
Link copied to clipboard
open fun store(key: BuildCacheKey, output: BuildCacheEntryWriter)