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.