Skip to content

Commit

Permalink
docs: remove duplicate integrity key (#2246)
Browse files Browse the repository at this point in the history
  • Loading branch information
devseckobz authored Mar 14, 2024
1 parent a1d7f41 commit 5368b2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/1.guide/6.cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5368b2b

Please sign in to comment.