awesominat / stonks

The ideal investment platform
1 stars 0 forks source link

Change cache to be an entity rather than a use case #202

Closed gursi26 closed 9 months ago

gursi26 commented 9 months ago

The current implementation of cache is as a use case, but this is not necessary. The cache object can simply be an entity that is refreshed in Main.java and observed by DashboardInteractor.