diff --git a/data/reusables/actions/cache-eviction-policy.md b/data/reusables/actions/cache-eviction-policy.md index 0e98d854d46d..c0419cd82264 100644 --- a/data/reusables/actions/cache-eviction-policy.md +++ b/data/reusables/actions/cache-eviction-policy.md @@ -1 +1 @@ -Once a repository has reached its maximum cache storage, the cache eviction policy will create space by deleting the oldest caches in the repository. +Once a repository has reached its maximum cache storage, the cache eviction policy will create space by deleting the caches in order of last access date, from oldest to most recent.