Luke Hill
02/11/2025, 8:35 AMuse_cache
parameter for multi_search
and was hoping someone could help.
I am looking to understand how the use_cache
flag actually works, from the docs I can see that adding the flag will tell Typesense to cache the search result, which is great, but I am wondering what this does for subsequent requests that do not have the use_cache
flag?
I work for an auction house, and we are looking to have the data cached while the auction is not active, and then as soon as the auction becomes active we no longer want to see cached data and instead want to be fetching live data.
My concern is that for requests which do not have use_cache
we will continue to be served a cached search result until the cache_ttl
has expired.Jason Bosco
02/11/2025, 2:05 PMLuke Hill
02/11/2025, 3:26 PM