mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:48:39 +08:00 
			
		
		
		
	Remove language specific examples
This commit is contained in:
		
							parent
							
								
									f270d90235
								
							
						
					
					
						commit
						0a0c06df1c
					
				
							
								
								
									
										15
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								README.md
									
									
									
									
									
								
							| 
						 | 
					@ -264,21 +264,6 @@ With the introduction of the `restore` and `save` actions, a lot of caching use
 | 
				
			||||||
 | 
					
 | 
				
			||||||
See our [GCS-specific examples](examples.md#google-cloud-storage-cache) for complete workflow templates using Google Cloud Storage caching.
 | 
					See our [GCS-specific examples](examples.md#google-cloud-storage-cache) for complete workflow templates using Google Cloud Storage caching.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Language-Specific Examples
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Every programming language and framework has its own way of caching. See our [Examples](examples.md) for language-specific cache implementations:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
* [Bun](./examples.md#bun)
 | 
					 | 
				
			||||||
* [C# - NuGet](./examples.md#c---nuget)
 | 
					 | 
				
			||||||
* [Java - Gradle](./examples.md#java---gradle)
 | 
					 | 
				
			||||||
* [Java - Maven](./examples.md#java---maven)
 | 
					 | 
				
			||||||
* [Node - npm](./examples.md#node---npm)
 | 
					 | 
				
			||||||
* [Python - pip](./examples.md#python---pip)
 | 
					 | 
				
			||||||
* [Ruby - Bundler](./examples.md#ruby---bundler)
 | 
					 | 
				
			||||||
* [Rust - Cargo](./examples.md#rust---cargo)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
And [many more languages and frameworks](examples.md)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Creating a cache key
 | 
					## Creating a cache key
 | 
				
			||||||
 | 
					
 | 
				
			||||||
A cache key can include any of the contexts, functions, literals, and operators supported by GitHub Actions.
 | 
					A cache key can include any of the contexts, functions, literals, and operators supported by GitHub Actions.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -222,11 +222,3 @@ Using Workload Identity Federation provides enhanced security since:
 | 
				
			||||||
- Access is temporary and scoped to just the running workflow
 | 
					- Access is temporary and scoped to just the running workflow
 | 
				
			||||||
- All access is fully auditable in Google Cloud logs
 | 
					- All access is fully auditable in Google Cloud logs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Language-Specific Caching Examples
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
- [Bun](#bun)
 | 
					 | 
				
			||||||
- [C# - NuGet](#c---nuget)
 | 
					 | 
				
			||||||
- [Clojure - Lein Deps](#clojure---lein-deps)
 | 
					 | 
				
			||||||
- [D - DUB](#d---dub)
 | 
					 | 
				
			||||||
  - [POSIX](#posix)
 | 
					 | 
				
			||||||
  - [Windows](#windows)
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user