We currently rely on From in fn get for the arcache. This is so that on a cache hit we can put the key to the channel for metadata operations.
However, this could be very costly clone-wise, especially if the cache is densly populated. we should find a way to reduce the amount of cloning required here while still ensuring the correct behaviour of the cache.
We currently rely on From
However, this could be very costly clone-wise, especially if the cache is densly populated. we should find a way to reduce the amount of cloning required here while still ensuring the correct behaviour of the cache.