What does cleanupInterval do #861
subhradeepnag
started this conversation in
General
Replies: 2 comments
-
Hello @subhradeepnag, I'm looking how to delete old entries. Did you find out how to delete them? I tried with cleanupInterval, but it does not work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
axios-cache-interceptor/src/storage/memory.ts Line 102 in f20a9a6 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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