Improves the caching strategy.

Now much more performant.
This commit is contained in:
Markil3
2021-08-02 15:08:10 -07:00
parent 69a1d9cbf4
commit 8386c9575c
2 changed files with 490 additions and 414 deletions

View File

@@ -198,6 +198,8 @@ public class Interface extends JFrame implements SongDisplayListener, ComponentL
this.addWindowListener(this);
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
this.updateSongs(SongProvider.INSTANCE.getSongs());
}
@Override