I've just learned that Android Extensions generates a HashMap internally for cache. For some reason I thought that it would use the
setTag
getTag
methods instead for such cache. Is there any technical complication on why this method could not be used? It would mean that we can also use android extensions inside extension functions for example...