Skip to content

Commit

Permalink
Update vizro-core/docs/pages/user-guides/data.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jo Stichbury <jo_stichbury@mckinsey.com>
  • Loading branch information
petar-qb and stichbury committed May 24, 2024
1 parent e62370e commit d13a060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vizro-core/docs/pages/user-guides/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ For example, let us extend the [dynamic data example](#dynamic-data) above to sh

[ParametrizedDynamicData]: ../../assets/user_guides/data/parametrized_dynamic_data.gif

Parametrized data loading is compatible with [caching](#configure-cache). The cache uses [memoization](https://flask-caching.readthedocs.io/en/latest/#memoization), so that the dynamic data function's arguments are included in the cache key. This means that, for example `load_iris_data(number_of_points=10)` is cached independently of `load_iris_data(number_of_points=20)`.
Parametrized data loading is compatible with [caching](#configure-cache). The cache uses [memoization](https://flask-caching.readthedocs.io/en/latest/#memoization), so that the dynamic data function's arguments are included in the cache key. This means that `load_iris_data(number_of_points=10)` is cached independently of `load_iris_data(number_of_points=20)`.

!!! warning

Expand Down

0 comments on commit d13a060

Please sign in to comment.