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
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to