[Interest] Qt based LRU container?

Mark markg85 at gmail.com
Sat Oct 19 19:43:26 CEST 2013


Hi,

Does anyone know of an LRU based container for Qt? I'm specifically
looking for an implementation that notifies me when something gets
removed due to LRU kicking in. QCache would be nearly OK for my needs,
but it doesn't notify me when something drops out due to LRU kicking
in.

I prefer if the container itself is a list though a map/hash would
work for me as well.

Cheers,
Mark



More information about the Interest mailing list