I use foyer in an application I have yet to release as a cache for a few things but I don't always have the exact key to a value, or need all values from the cache. This currently did not seem (easily) doable.
Might it be possible (and make sense) to add Rusts IntoIterator trait to HybridCache?
I use foyer in an application I have yet to release as a cache for a few things but I don't always have the exact key to a value, or need all values from the cache. This currently did not seem (easily) doable.
Might it be possible (and make sense) to add Rusts
IntoIteratortrait toHybridCache?