What does cleanupInterval do #861
subhradeepnag
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was reviewing the documentation for axios-cache-interceptor and noticed a property called cleanupInterval. According to the documentation, it says the The interval in milliseconds to run a setInterval job of cleaning old entries. If false, the job will not be created. Disabled is default
Could you clarify if this means the entire cache is cleared after the specified interval, or if it specifically targets certain old entries? I'm particularly confused about what is meant by "old entries."
Thanks,
Subhradeep
Beta Was this translation helpful? Give feedback.
All reactions