store

open override fun store(key: BuildCacheKey, writer: BuildCacheEntryWriter)(source)

Cache: Store

Store an entry within the Buildless-powered cache; if Buildless-specific protocols are not available, or the Buildless Agent is not running, this will fall back to the default Gradle cache behavior.

Parameters

key

Cache key to store a cache entry for.

writer

Cache entry writer.