mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 00:04:00 +00:00 
			
		
		
		
	Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
This commit is contained in:
		
							parent
							
								
									faa6bb52c7
								
							
						
					
					
						commit
						c275d5161a
					
				@ -62,7 +62,7 @@ In case of workflows with matrix running for multiple Operating Systems, the cac
 | 
				
			|||||||
      key: ${{ runner.os }}-cache
 | 
					      key: ${{ runner.os }}-cache
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Limiting cache to only the current workflow/attempt
 | 
					### Creating a short lived cache
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Caches scoped to the particular workflow run id or run attempt can be stored and referred by using the run id/attempt. This is an effective way to have a short lived cache.
 | 
					Caches scoped to the particular workflow run id or run attempt can be stored and referred by using the run id/attempt. This is an effective way to have a short lived cache.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user