mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 10:24:19 +08:00 
			
		
		
		
	Add note about time-based eviction to README (#30)
This commit is contained in:
		
							parent
							
								
									0e86554410
								
							
						
					
					
						commit
						2523667574
					
				| @ -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 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 David Hadka
						David Hadka