mirror of
				https://github.com/actions/cache.git
				synced 2025-11-01 02:44:18 +08:00 
			
		
		
		
	Make it more obvious that the cache call does double duty
This commit is contained in:
		
							parent
							
								
									26968a09c0
								
							
						
					
					
						commit
						2086306d9c
					
				| @ -81,6 +81,8 @@ jobs: | |||||||
|       run: /primes.sh -d prime-numbers |       run: /primes.sh -d prime-numbers | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  | Note: The call to cache both restores the cache and sets up a hook to restore the cache at the end of the workflow so you need to add the cache step near the beginning of your workflow. | ||||||
|  | 
 | ||||||
| ## Implementation Examples | ## Implementation Examples | ||||||
| 
 | 
 | ||||||
| Every programming language and framework has its own way of caching. | Every programming language and framework has its own way of caching. | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jason Axelson
						Jason Axelson