Commit 28892478 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'selhorn-caching-final-mr' into 'master'

Edited Caching topic for style and CTRT

See merge request gitlab-org/gitlab!64853
parents 1f29010a db56296f
This diff is collapsed.
...@@ -2368,7 +2368,7 @@ rspec: ...@@ -2368,7 +2368,7 @@ rspec:
**Related topics**: **Related topics**:
- See the [common `cache` use cases](../caching/index.md#common-use-cases) for more - See the [common `cache` use cases](../caching/index.md#common-use-cases-for-caches) for more
`cache:paths` examples. `cache:paths` examples.
#### `cache:key` #### `cache:key`
...@@ -2414,10 +2414,10 @@ cache-job: ...@@ -2414,10 +2414,10 @@ cache-job:
**Related topics**: **Related topics**:
- You can specify a [fallback cache key](../caching/index.md#fallback-cache-key) - You can specify a [fallback cache key](../caching/index.md#use-a-fallback-cache-key)
to use if the specified `cache:key` is not found. to use if the specified `cache:key` is not found.
- You can [use multiple cache keys](../caching/index.md#use-multiple-caches) in a single job. - You can [use multiple cache keys](../caching/index.md#use-multiple-caches) in a single job.
- See the [common `cache` use cases](../caching/index.md#common-use-cases) for more - See the [common `cache` use cases](../caching/index.md#common-use-cases-for-caches) for more
`cache:key` examples. `cache:key` examples.
##### `cache:key:files` ##### `cache:key:files`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment