lua-resty-mlcache icon indicating copy to clipboard operation
lua-resty-mlcache copied to clipboard

Being able to track LRU evictions

Open thibaultcha opened this issue 7 years ago • 0 comments

If get() returns many L3 hits (this is tracked thanks to the third return value) - we can infer that the shm is full and the LRU is evicting values. It might also be for other reasons (no value was previously cached).

Better add a way to find out if forcible was used for a particular set().

thibaultcha avatar Feb 20 '18 00:02 thibaultcha