cache icon indicating copy to clipboard operation
cache copied to clipboard

The value in cache won't refresh timely even though has set refreshAfterWrite.

Open SharonLau99 opened this issue 1 year ago • 0 comments

version: v0.1.4 If only set refreshAfterWrite: The value in cache won't refresh until c.readCount > 64 or send write event, even if the key has expired. Before that, we can only read the old value from cache. image

SharonLau99 avatar Jul 31 '22 15:07 SharonLau99