Cleaning up the cache #62
-
I am reading in the docs that setting the Question: Can I voluntarily scan through the cache to purge all files dated before a given DateTime? It would be great if I could do this occasionally rather than set a hard tile count limit. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Hi there @eidolonFIRE. |
Beta Was this translation helpful? Give feedback.
-
I can't get Adding |
Beta Was this translation helpful? Give feedback.
Hi there @eidolonFIRE.
You will have to do this manually through 'access.tiles'. It contains a file for each tile. After deleting the appropriate files, make sure you use
invalidateCachedStatistics()
.Let me know if you need more help!