Right now the TipsViewModel has a private inner class FifoHashCache
This is not desired, andshould be moved to its own class inside /util/collections or /cache/
IRI version
1.8.5
Open question
Where to move to, /cache/ is related to the caching feature, so not related to this FifoHashCache
Bug description
Right now the TipsViewModel has a private inner class
FifoHashCache
This is not desired, andshould be moved to its own class inside/util/collections
or/cache/
IRI version
1.8.5
Open question
Where to move to, /cache/ is related to the caching feature, so not related to this FifoHashCache