Files
scylladb/utils
Tomasz Grabiec 6b59c8cfb1 utils: Introduce general-purpose LRU
The LRU can link objects of different types, which is achieved by
having a virtual base class called "evictable" from which the linked
objects should inherit. Whe the object is removed from the LRU,
evictable::on_evicted() is called.

The container is non-owning.
2021-07-02 10:25:58 +02:00
..
2021-06-16 17:47:12 +03:00
2021-07-02 10:25:58 +02:00
2021-06-16 17:47:10 +03:00