Currently, if we get a node and don't find it in the cache, we get it from the db. However, we don't put it in the cache, so if we get the same node multiple times, we won't retrieve it.
Note: this is a cache policy, it shouldn't leak outside of the cache and should be easy to change if the access pattern proves this policy to not be useful.
Currently, if we get a node and don't find it in the cache, we get it from the db. However, we don't put it in the cache, so if we get the same node multiple times, we won't retrieve it.
Note: this is a cache policy, it shouldn't leak outside of the cache and should be easy to change if the access pattern proves this policy to not be useful.