From 5368b2b119fecade2bb95646355614a211bdbd3a Mon Sep 17 00:00:00 2001 From: KobZ <62311724+devseckobz@users.noreply.github.com> Date: Thu, 14 Mar 2024 18:07:35 +0800 Subject: [PATCH] docs: remove duplicate `integrity` key (#2246) --- docs/1.guide/6.cache.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/1.guide/6.cache.md b/docs/1.guide/6.cache.md index 3f6ac86b9c..75f1324b30 100644 --- a/docs/1.guide/6.cache.md +++ b/docs/1.guide/6.cache.md @@ -206,9 +206,6 @@ The `cachedEventHandler` and `cachedFunction` functions accept the following opt A function that accepts the same arguments of the function and returns a cache key (`String`). :br If not provided, a built-in hash function will be used that will generate a key based on the function arguments. :: - ::field{name="integrity" type="string"} - By default, it is computed from **function code**, used in development to invalidate the cache when the function code changes. - :: ::field{name="integrity" type="string"} A value that invalidates the cache when changed. :br By default, it is computed from **function code**, used in development to invalidate the cache when the function code changes.