lightninglabs / neutrino

Privacy-Preserving Bitcoin Light Client
MIT License
894 stars 182 forks source link

cache: add deletion and iteration methods #268

Closed yyforyongyu closed 1 year ago

yyforyongyu commented 1 year ago

This commit adds three methods, Delete, LoadAndDelete, and Range to the lru cache.