Hi,
Can you share when does Vintasoft cache file deleted in web document viewer, I need it should delete automatically old files after specific time from the Vintasoft cache directory
Thank
Jwalit Katira
Delete Vintasoft Cache automatically in web document viewer
Moderator: Alex
-
- Posts: 31
- Joined: Mon Sep 18, 2023 1:41 pm
Re: Delete Vintasoft Cache automatically in web document viewer
Hi Jwalit,
If you want to clear cache of thumbnails, please use the ThumbnailsCacheManager class.
For solving your task you need to do the following steps:
If you want to clear cache of image tiles, please use the ImageTilesCacheManager class.Can you share when does Vintasoft cache file deleted in web document viewer, I need it should delete automatically old files after specific time from the Vintasoft cache directory
If you want to clear cache of thumbnails, please use the ThumbnailsCacheManager class.
For solving your task you need to do the following steps:
- Create console .NET application that clears cache of web document viewer using ImageTilesCacheManager and ThumbnailsCacheManager classes.
- Add task manager rule that executes created console .NET application periodically.
-
- Posts: 31
- Joined: Mon Sep 18, 2023 1:41 pm
Re: Delete Vintasoft Cache automatically in web document viewer
Hi Alex,
Thanks, also can you please share which API for asp.net core can I mange this
Jwalit Katira
Thanks, also can you please share which API for asp.net core can I mange this
Jwalit Katira
Re: Delete Vintasoft Cache automatically in web document viewer
Hi Jwalit,
Do you want to clear cache in your web application? If yes, please let me know how you are planning to do this? Please remember that clearing of cache (removing of files in cache folder) may take some time. Also I think it is a bad idea to allow clear cache from public web API.
Best regards, Alexander
Do you want to clear cache in your web application? If yes, please let me know how you are planning to do this? Please remember that clearing of cache (removing of files in cache folder) may take some time. Also I think it is a bad idea to allow clear cache from public web API.
Best regards, Alexander