toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.cache
/
CacheResourceConfiguration
Cache
Resource
Configuration
API
@
Incubating
interface
CacheResourceConfiguration
(
source
)
Represents the configuration of a given type of cache resource.
Since
8.0
Members
Functions
set
Remove
Unused
Entries
After
Days
Link copied to clipboard
API
abstract
fun
setRemoveUnusedEntriesAfterDays
(
removeUnusedEntriesAfterDays
:
Int
)
Sets the interval (in days) after which unused entries will be considered stale and removed from the cache.