go-ethereum/common/lru
Csaba Kiraly 86a11b8483
common/lru: add metered lru variant
This is a drop-in replacement to add metrics to an LRU cache.

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2026-01-30 00:49:51 +01:00
..
basiclru.go core/rawdb: integrate eradb backend for RPC (#31604) 2025-06-03 10:47:38 +02:00
basiclru_test.go common/lru: add test case for BasicLRU.Peek (#27559) 2023-06-27 10:27:40 +02:00
blob_lru.go common/lru: add generic LRU implementation (#26162) 2022-11-14 15:41:56 +01:00
blob_lru_test.go common/lru: add generic LRU implementation (#26162) 2022-11-14 15:41:56 +01:00
lru.go common/lru: add generic LRU implementation (#26162) 2022-11-14 15:41:56 +01:00
metered_lru.go common/lru: add metered lru variant 2026-01-30 00:49:51 +01:00