Package org.gradle.api.cache
Interface CacheResourceConfiguration
Represents the configuration of a given type of cache resource.
- Since:
- 8.0
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetRemoveUnusedEntriesAfterDays(int removeUnusedEntriesAfterDays) Sets the interval (in days) after which unused entries will be considered stale and removed from the cache.
- 
Method Details- 
setRemoveUnusedEntriesAfterDaysvoid setRemoveUnusedEntriesAfterDays(int removeUnusedEntriesAfterDays) Sets the interval (in days) after which unused entries will be considered stale and removed from the cache. Any entries not used within this interval will be candidates for eviction.
 
-