TweetWallFX / TweetwallFX

JavaFX based TweetWall
https://tweetwallfx.github.io
MIT License
15 stars 14 forks source link

Added generic ImageStorage and associated DataProvider caching it. #1973

Closed mklaehn closed 1 month ago

mklaehn commented 1 month ago

ImageStorage has an category associated with it (defaulting to "DEFAULT"). The associated DataProvider caches instances of it. Using the opinionated base implementation of the DataProvider will cache the newest ImageStorage instance grouped by their category and provides access to retrieve the size of the cache and the newest N elements from the cache.