Add LRU to mime icons cache.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 Mar 2009 22:38:21 +0000 (22:38 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 Mar 2009 22:38:21 +0000 (22:38 +0000)
commitbf18f5f3361db80f85c5d1bb8217b59d1cfb312b
tree19237e0fc3ac0245ee74acf502d11aef59bb84a2
parent0d229ce6fe30e80c1aa677d87016f38769031d07
Add LRU to mime icons cache.

This should really remove unused items that would age forever in the
last, forcing old but not so to be evicted before them.

Fortunately it was not so complex to add, and should wait just 3
pointers more of space per node.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/efreet@39350 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/efreet_mime.c