iotaledger / iri

IOTA Reference Implementation
Other
1.15k stars 370 forks source link

Extract FifoHashCache to its own class #1812

Open kwek20 opened 4 years ago

kwek20 commented 4 years ago

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