Semantic Model: kyvos.cube.cache.cleanup.frequency
Note
From Kyvos 2025.3 onwards, cache purge time can now be configured at the semantic model level, allowing users greater control and flexibility to set cache durations specific to each semantic model.
Previously, the default cache purge time for the multidimensional semantic model was 15 minutes at the application level and was not configurable.
Description:
This property is used to specify the multidimensional semantic model cache purge time at the semantic model level.
Values and Behavior:
It supports three values (-1, 0, N, i.e., any positive number) in minutes.
Here.
The value ‘-1’ indicates that the clean-up activity is disabled for the semantic model.
The value ‘0’ indicates that the semantic model clean-up will follow the default system-level time of 15 minutes.
The value ‘N’ represents any positive number. It triggers the clean-up of the semantic model from the cache if the last executed query time exceeds N minutes.
Default Value:
The default value is 15 minutes.
Comes into effect:
It is hot deployable property.