stackotter / delta-client

An open source Minecraft Java Edition client built for speed.
https://deltaclient.app
GNU General Public License v3.0
313 stars 33 forks source link

Add a version field to all caches #176

Open stackotter opened 11 months ago

stackotter commented 11 months ago

This will ensure that caches can be invalidated to avoid users having to encounter an issue and then clear their caches. If caches were versioned, then the version can be bumped every time a breaking change is made to the cache format. This would cause everyone's outdated caches to be regenerated when they update, leading to a much smoother experience.