Returns a cached value for key, computing and storing it on a miss.
On a hit the stored value is returned (unless it has expired, in which case
the entry is deleted and treated as a miss). A corrupt entry self-heals: it
is deleted and the value is recomputed.
Returns a cached value for
key, computing and storing it on a miss.On a hit the stored value is returned (unless it has expired, in which case the entry is deleted and treated as a miss). A corrupt entry self-heals: it is deleted and the value is recomputed.