otter icon indicating copy to clipboard operation
otter copied to clipboard

[BUG] t.isDelete() and t.isExpired() in onWrite func won't increase evicted count

Open TsubasaEX opened this issue 8 months ago • 0 comments

Description

t.isDelete() and t.isExpired() in onWrite func won't increase evicted count

To Reproduce

Just check the source codes.

Expected behavior

t.isDelete() and t.isExpired() in onWrite func just delete an expired node but they should also increase the evicted count?

Image

Environment

  • OS: ubuntu 20.04

Additional context

TsubasaEX avatar Apr 09 '25 03:04 TsubasaEX