Hello, In the class TezID there is a caching mechanism I can't figure out. What us the purpose of caching these objects? This is much like a set since the key and value are the same. Is there some requirement that the items in the cache have to be globally unique? Is this some sort of memory saving optimization to only maintain a single instance of each value?
Thanks.
