Cache
In the qsc all search configurations are cached for 5 minutes. That means changes to configurations are visible in the API after a maximum of 5 minutes. When testing, one always has to wait after a change, which is not efficient. For this purpose it is possible to disable the cache in the search configuration for a certain time. It is not recommend to disable the cache in a production system, because the performance decreases. For every request all configurations are loaded from the database.
{
"noCacheUntil": "2023-10-03T19:30:00Z"
}
With the control parameter ctrl=noCache
the cache can be disabled for a specific API call.