Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove duplicate integrity key #2246

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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