toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.caching
/
MapBasedBuildCacheService
Map
Based
Build
Cache
Service
API
open
class
MapBasedBuildCacheService
:
BuildCacheService
(
source
)
Simple build cache implementation that delegates to a
ConcurrentMap
.
Since
3.5
Members
Constructors
Map
Based
Build
Cache
Service
Link copied to clipboard
API
constructor
(
delegate
:
ConcurrentMap
<
String
,
Array
<
Byte
>
>
)
Functions
close
Link copied to clipboard
API
open
fun
close
(
)
load
Link copied to clipboard
API
open
fun
load
(
key
:
BuildCacheKey
,
reader
:
BuildCacheEntryReader
)
:
Boolean
store
Link copied to clipboard
API
open
fun
store
(
key
:
BuildCacheKey
,
output
:
BuildCacheEntryWriter
)