Home
last modified time | relevance | path

Searched refs:threeHundredYears (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java281 java.time.Duration threeHundredYears = java.time.Duration.ofDays(365 * 300); in testLargeDurations() local
284 builder.expireAfterWrite(threeHundredYears); in testLargeDurations()
289 builder.expireAfterAccess(threeHundredYears); in testLargeDurations()
294 builder.refreshAfterWrite(threeHundredYears); in testLargeDurations()