The way it's currently handled doesn't make any sense: callers to the cache don't need to be aware of the inner-workings--i.e., the DHT. They should simply call cache.Get() and have the inner-workings handled by the cache. This is probably hard to do due to shitty engineering when creating this project.
The way it's currently handled doesn't make any sense: callers to the cache don't need to be aware of the inner-workings--i.e., the DHT. They should simply call
cache.Get()
and have the inner-workings handled by the cache. This is probably hard to do due to shitty engineering when creating this project.