Skip to content

Commit 7b32f10

Browse files
committed
Update Caching Strategies to Layer Types
Change the title of the page. Signed-off-by: Aidan Delaney <[email protected]>
1 parent e5d24e9 commit 7b32f10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/buildpack-author-guide/caching-strategies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
+++
2-
title="Caching Strategies"
2+
title="Layer Types"
33
weight=6
44
summary="Learn strategies for caching layers."
55
+++
66

7-
# Caching
7+
# Layers
88

99
There are three types of layers that can be contributed to an image
1010

@@ -23,7 +23,7 @@ buildpacks ensure byte-for-byte reproducibility of layers. File creation time i
2323

2424
Launch layers are exported to an OCI registry. The layer metadata is commonly used when deciding if a launch layer should be re-used. A launch layer may be re-used on an OCI registry without downloading the layer to the machine running a build.
2525

26-
## Strategies
26+
## Caching Strategies
2727

2828
Caching during the production of an application image is necessarily very flexible. Most buildpacks that wish to contribute a layer to the application image need only to
2929

0 commit comments

Comments
 (0)