First behavior
Cache does not block the second query call if it was made with a short time interval like a 1500ms
Second behavior
The timer in cache is reset whenever query is called. This means that staleAfter will never work if the interval between query calls is less than StaleAfter
First behavior Cache does not block the second query call if it was made with a short time interval like a 1500ms
Second behavior The timer in cache is reset whenever query is called. This means that staleAfter will never work if the interval between query calls is less than StaleAfter
reproduce