Page 1 of 1

Manual Cache Clearing

Posted: Mon Sep 20, 2021 8:46 pm
by DeliInteractive
Just had a quick question about memory management with the cache. Is clearing the cache something we need to actively do in-game when loading multiple times during a play session or is that automatically handled by the tool itself? If we do need to clear the cache manually, how would we go about doing that? We looked through the API but didn't see any listed methods related to that.

Thanks!

Re: Manual Cache Clearing

Posted: Mon Sep 20, 2021 9:36 pm
by Joel
Hi there,

If you want to clear data from the cache you can use ES3.DeleteFile with Cache set as the location. Data will not be removed from the cache unless you remove it.

All the best,
Joel