Skip to content

Commit 510510d

Browse files
Correct cache eviction policy (#38744)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent 97957f5 commit 510510d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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.
1+
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.

0 commit comments

Comments
 (0)