View Single Post
03/05/24, 06:08 AM   #3
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,579
The binary cache is always on, but it should be a lot more efficient than what any addon could ever accomplish, so the effect on loading times should be negligible.
By default the game will limit the amount of data in the cache to 30 or 180 days depending on the category and it won't actually do anything with it until an api call is made to read that information.
Due to it being a custom binary format, it is also going to be a lot faster to load than addon saved variables that have to be parsed by the Lua interpreter.
  Reply With Quote