cache_delete - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: cache_delete (
/showthread.php?tid=532962)
cache_delete -
Banditukas - 21.08.2014
Hi,
Do i need to always delete cache_delete when query is completed? i mean in callback, because i use threaded queries.
Re: cache_delete -
Misiur - 21.08.2014
No. Use it only when you specifically use cache_save. The cache will be freed automatically after callback is completed.