Remove language specific examples

This commit is contained in:
Dany Sam 2025-04-11 13:12:13 +05:30
parent f270d90235
commit 0a0c06df1c
2 changed files with 0 additions and 23 deletions

View file

@ -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.
### 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
A cache key can include any of the contexts, functions, literals, and operators supported by GitHub Actions.