diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/aot-cache.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/aot-cache.adoc index 79c32d76f6e..9a85ad948b7 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/aot-cache.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/aot-cache.adoc @@ -37,6 +37,8 @@ $ java -XX:AOTCache=app.aot -jar my-app.jar NOTE: You have to use the cache file with the extracted form of the application, otherwise it has no effect. +If you want to know how to leverage AOT Cache with Buildpacks, take a look at the xref:how-to:aot-cache.adoc[AOT Cache How-to guide]. + [[packaging.aot-cache.cds]]