From 897e13558302fab4c6500ff873726551f377713c Mon Sep 17 00:00:00 2001 From: David Hadka Date: Thu, 31 Oct 2019 22:47:34 -0400 Subject: [PATCH] Add note about time-based eviction to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11b7970..495156d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ See [Examples](examples.md) ## Cache Limits -Individual caches are limited to 200MB and a repository can have up to 2GB of caches. Once the 2GB limit is reached, older caches will be evicted based on when the cache was last accessed. +Individual caches are limited to 200MB and a repository can have up to 2GB of caches. Once the 2GB limit is reached, older caches will be evicted based on when the cache was last accessed. Caches that are not accessed within the last two weeks will also be evicted. ## Skipping steps based on cache-hit