gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
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.