It seems currently stale values are resurrected via shd get_stale which is not to be relied on.
This could be costly in cases which cache is expired and an answer is needed nevertheless.
Maybe a backup lrucache could be implemented alongside current structure that has a copy of recently accessed keys.
It seems currently stale values are resurrected via shd
get_stalewhich is not to be relied on.This could be costly in cases which cache is expired and an answer is needed nevertheless.
Maybe a backup lrucache could be implemented alongside current structure that has a copy of recently accessed keys.