From 53474272d71c7ddc98a05be61250519aad8bec46 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Fri, 3 Nov 2023 09:50:28 +0200 Subject: [PATCH] Remove erroneous preview status from cache doc --- docs/src/main/asciidoc/cache.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/main/asciidoc/cache.adoc b/docs/src/main/asciidoc/cache.adoc index b85ea2babbf30..2b711ed7ff187 100644 --- a/docs/src/main/asciidoc/cache.adoc +++ b/docs/src/main/asciidoc/cache.adoc @@ -4,7 +4,6 @@ and pull requests should be submitted there: https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc //// = Application Data Caching -:extension-status: preview include::_attributes.adoc[] :categories: data :summary: This guide explains how to cache expensive method calls of your CDI beans using simple annotations.