https://kotlinlang.org logo
k

kevinmost

01/09/2018, 11:27 PM
sounds like you should just make a wrapper class. This can't be a delegate or anything because you want to be able to clear it on-demand, right? With some kind of
.invalidate()
method