Jake-Moore / SyncEngine

A data storage and synchronization library for Spigot plugins.
1 stars 0 forks source link

FileStorage optimization - reduce IO #5

Closed Jake-Moore closed 1 month ago

Jake-Moore commented 1 month ago

Lots of calls to cache.getAll when using FileStorage should not be loading all from the files every single time: Solution: